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

End_getResourceApplicationDataEntry() public method

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