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

Begin_reissueDeviceCredential() public method

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