Evernote.EDAM.NoteStore.NoteStore.Client.End_shareNote C# (CSharp) 메소드

End_shareNote() 공개 메소드

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