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

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