LineSharp.Datatypes.TalkService.Client.send_sendContentReceipt C# (CSharp) 메소드

send_sendContentReceipt() 공개 메소드

public send_sendContentReceipt ( AsyncCallback callback, object state, int seq, string consumer, string messageId ) : IAsyncResult
callback AsyncCallback
state object
seq int
consumer string
messageId string
리턴 IAsyncResult
      public IAsyncResult send_sendContentReceipt(AsyncCallback callback, object state, int seq, string consumer, string messageId)
      #else

Same methods

TalkService.Client::send_sendContentReceipt ( int seq, string consumer, string messageId ) : void
TalkService.Client