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

Begin_getCountryWithRequestIp() public method

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