Evernote.EDAM.NoteStore.NoteStore.Client.End_expungeSharedNotebooks C# (CSharp) Méthode

End_expungeSharedNotebooks() public méthode

public End_expungeSharedNotebooks ( IAsyncResult asyncResult ) : int
asyncResult IAsyncResult
Résultat int
      public int End_expungeSharedNotebooks(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_expungeSharedNotebooks();
      }
NoteStore.Client