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

End_shareNote() public method

public End_shareNote ( IAsyncResult asyncResult ) : string
asyncResult IAsyncResult
return string
      public string End_shareNote(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_shareNote();
      }
NoteStore.Client