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

send_sendChatChecked() public method

public send_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 send_sendChatChecked(AsyncCallback callback, object state, int seq, string consumer, string lastMessageId)
      #else

Same methods

TalkService.Client::send_sendChatChecked ( int seq, string consumer, string lastMessageId ) : void
TalkService.Client