Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
LSClient.UnbatchRequest Method

Signals that one of the requests previously scheduled for batching is no longer going to be issued. Should be called after BatchRequests, if something happened that prevented one of the scheduled requests from being issued. In such a case, not calling UnbatchRequest would keep the batch blocked until a further request is performed. Calling UnbatchRequest is always safe.

C++
public: void UnbatchRequest();
C#
public virtual void UnbatchRequest();
Visual Basic
Public virtual Function UnbatchRequest() As void