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

End_stopSharingNote() public method

public End_stopSharingNote ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void
      public void End_stopSharingNote(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        recv_stopSharingNote();
      }
NoteStore.Client