コード例 #1
0
ファイル: Reference.cs プロジェクト: ethan96/eQuotation
        public AddAccount_Output AddAccount([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://siebel.com/CustomUI")] AddAccount_Input AddAccount_Input)
        {
            object[] results = this.Invoke("AddAccount", new object[] {
                AddAccount_Input
            });

            return((AddAccount_Output)(results[0]));
        }
コード例 #2
0
ファイル: Reference.cs プロジェクト: ethan96/eQuotation
 /// <remarks/>
 public void AddAccountAsync(AddAccount_Input AddAccount_Input, object userState)
 {
     if ((this.AddAccountOperationCompleted == null))
     {
         this.AddAccountOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddAccountOperationCompleted);
     }
     this.InvokeAsync("AddAccount", new object[] {
         AddAccount_Input
     }, this.AddAccountOperationCompleted, userState);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: ethan96/eQuotation
 /// <remarks/>
 public void AddAccountAsync(AddAccount_Input AddAccount_Input)
 {
     this.AddAccountAsync(AddAccount_Input, null);
 }