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

End_getSyncChunk() public method

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