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

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