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

send_getBootstrapInfo() public method

public send_getBootstrapInfo ( string locale ) : void
locale string
return void
      public void send_getBootstrapInfo(string locale)
      #endif
      {
        oprot_.WriteMessageBegin(new TMessage("getBootstrapInfo", TMessageType.Call, seqid_));
        getBootstrapInfo_args args = new getBootstrapInfo_args();
        args.Locale = locale;
        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_getBootstrapInfo ( AsyncCallback callback, object state, string locale ) : IAsyncResult