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

send_sendContentPreviewUpdated() public method

public send_sendContentPreviewUpdated ( AsyncCallback callback, object state, int esq, string messageId, List receiverMids ) : IAsyncResult
callback AsyncCallback
state object
esq int
messageId string
receiverMids List
return IAsyncResult
      public IAsyncResult send_sendContentPreviewUpdated(AsyncCallback callback, object state, int esq, string messageId, List<string> receiverMids)
      #else

Same methods

TalkService.Client::send_sendContentPreviewUpdated ( int esq, string messageId, List receiverMids ) : void
TalkService.Client