LineSharp.Datatypes.TalkService.Client.send_getBlockedContactIdsByRange C# (CSharp) Method

send_getBlockedContactIdsByRange() public method

public send_getBlockedContactIdsByRange ( AsyncCallback callback, object state, int start, int count ) : IAsyncResult
callback AsyncCallback
state object
start int
count int
return IAsyncResult
      public IAsyncResult send_getBlockedContactIdsByRange(AsyncCallback callback, object state, int start, int count)
      #else

Same methods

TalkService.Client::send_getBlockedContactIdsByRange ( int start, int count ) : void
TalkService.Client