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

Begin_sendContentPreviewUpdated() public method

public Begin_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 Begin_sendContentPreviewUpdated(AsyncCallback callback, object state, int esq, string messageId, List<string> receiverMids)
      {
        return send_sendContentPreviewUpdated(callback, state, esq, messageId, receiverMids);
      }
TalkService.Client