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

End_getIdentityIdentifier() public method

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