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

send_getMessageBox() public method

public send_getMessageBox ( AsyncCallback callback, object state, string channelId, string messageBoxId, int lastMessagesCount ) : IAsyncResult
callback AsyncCallback
state object
channelId string
messageBoxId string
lastMessagesCount int
return IAsyncResult
      public IAsyncResult send_getMessageBox(AsyncCallback callback, object state, string channelId, string messageBoxId, int lastMessagesCount)
      #else

Same methods

TalkService.Client::send_getMessageBox ( string channelId, string messageBoxId, int lastMessagesCount ) : void
TalkService.Client