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

End_createSession() public method

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