Пример #1
0
 /// <remarks/>
 public void Gerar_2Async(string user, string password, int encryption, gerarlotectbGerar2In parameters, object userState)
 {
     if ((this.Gerar_2OperationCompleted == null))
     {
         this.Gerar_2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnGerar_2OperationCompleted);
     }
     this.InvokeAsync("Gerar_2", new object[] {
         user,
         password,
         encryption,
         parameters
     }, this.Gerar_2OperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void Gerar_2Async(string user, string password, int encryption, gerarlotectbGerar2In parameters)
 {
     this.Gerar_2Async(user, password, encryption, parameters, null);
 }
Пример #3
0
        public gerarlotectbGerar2Out Gerar_2(string user, string password, int encryption, gerarlotectbGerar2In parameters)
        {
            object[] results = this.Invoke("Gerar_2", new object[] {
                user,
                password,
                encryption,
                parameters
            });

            return((gerarlotectbGerar2Out)(results[0]));
        }