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

Begin_logoutSession() public method

public Begin_logoutSession ( AsyncCallback callback, object state, string tokenKey ) : IAsyncResult
callback AsyncCallback
state object
tokenKey string
return IAsyncResult
      public IAsyncResult Begin_logoutSession(AsyncCallback callback, object state, string tokenKey)
      {
        return send_logoutSession(callback, state, tokenKey);
      }
TalkService.Client