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

End_fetchOperations() public method

public End_fetchOperations ( IAsyncResult asyncResult ) : List
asyncResult IAsyncResult
return List
      public List<Operation> End_fetchOperations(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_fetchOperations();
      }
TalkService.Client