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

Begin_sendChatChecked() public method

public Begin_sendChatChecked ( AsyncCallback callback, object state, int seq, string consumer, string lastMessageId ) : IAsyncResult
callback AsyncCallback
state object
seq int
consumer string
lastMessageId string
return IAsyncResult
      public IAsyncResult Begin_sendChatChecked(AsyncCallback callback, object state, int seq, string consumer, string lastMessageId)
      {
        return send_sendChatChecked(callback, state, seq, consumer, lastMessageId);
      }
TalkService.Client