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

Begin_sendDummyPush() public method

public Begin_sendDummyPush ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
return IAsyncResult
      public IAsyncResult Begin_sendDummyPush(AsyncCallback callback, object state)
      {
        return send_sendDummyPush(callback, state);
      }
TalkService.Client