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

Begin_getSystemConfiguration() public method

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