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

End_getCountryWithRequestIp() public method

public End_getCountryWithRequestIp ( IAsyncResult asyncResult ) : string
asyncResult IAsyncResult
return string
      public string End_getCountryWithRequestIp(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_getCountryWithRequestIp();
      }
TalkService.Client