Evernote.EDAM.NoteStore.NoteStore.Client.End_getFilteredSyncChunk C# (CSharp) Method

End_getFilteredSyncChunk() public method

public End_getFilteredSyncChunk ( IAsyncResult asyncResult ) : SyncChunk
asyncResult IAsyncResult
return SyncChunk
      public SyncChunk End_getFilteredSyncChunk(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_getFilteredSyncChunk();
      }
NoteStore.Client