Evernote.EDAM.UserStore.UserStore.Client.send_getNoteStoreUrl C# (CSharp) Method

send_getNoteStoreUrl() public method

public send_getNoteStoreUrl ( string authenticationToken ) : void
authenticationToken string
return void
      public void send_getNoteStoreUrl(string authenticationToken)
      #endif
      {
        oprot_.WriteMessageBegin(new TMessage("getNoteStoreUrl", TMessageType.Call, seqid_));
        getNoteStoreUrl_args args = new getNoteStoreUrl_args();
        args.AuthenticationToken = authenticationToken;
        args.Write(oprot_);
        oprot_.WriteMessageEnd();
        #if SILVERLIGHT || NETFX_CORE
        return oprot_.Transport.BeginFlush(callback, state);
        #else
        oprot_.Transport.Flush();
        #endif
      }

Same methods

UserStore.Client::send_getNoteStoreUrl ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult