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

End_getServerTime() public method

public End_getServerTime ( IAsyncResult asyncResult ) : long
asyncResult IAsyncResult
return long
      public long End_getServerTime(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_getServerTime();
      }
TalkService.Client