LINE.Datatypes.TalkService.Client.Begin_sendChatRemoved C# (CSharp) Method

Begin_sendChatRemoved() public method

public Begin_sendChatRemoved ( 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_sendChatRemoved(AsyncCallback callback, object state, int seq, string consumer, string lastMessageId)
      {
        return send_sendChatRemoved(callback, state, seq, consumer, lastMessageId);
      }
TalkService.Client