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

Begin_unregisterUserAndDevice() public method

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