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

Begin_sendMessageIgnored() public method

public Begin_sendMessageIgnored ( AsyncCallback callback, object state, int seq, string consumer, List messageIds ) : IAsyncResult
callback AsyncCallback
state object
seq int
consumer string
messageIds List
return IAsyncResult
      public IAsyncResult Begin_sendMessageIgnored(AsyncCallback callback, object state, int seq, string consumer, List<string> messageIds)
      {
        return send_sendMessageIgnored(callback, state, seq, consumer, messageIds);
      }
TalkService.Client