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

Begin_clearIdentityCredential() public method

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