コード例 #1
0
 public AdcSiResponse ADCSIInterface(AdcSiRequest request)
 {
     object[] results = this.Invoke("ADCSIInterface", new object[] {
         request
     });
     return((AdcSiResponse)(results[0]));
 }
コード例 #2
0
 /// <remarks/>
 public void ADCSIInterfaceAsync(AdcSiRequest request, object userState)
 {
     if ((this.ADCSIInterfaceOperationCompleted == null))
     {
         this.ADCSIInterfaceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnADCSIInterfaceOperationCompleted);
     }
     this.InvokeAsync("ADCSIInterface", new object[] {
         request
     }, this.ADCSIInterfaceOperationCompleted, userState);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: lexzh/Myproject
 /// <remarks/>
 public void ADCSIInterfaceAsync(AdcSiRequest request, object userState) {
     if ((this.ADCSIInterfaceOperationCompleted == null)) {
         this.ADCSIInterfaceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnADCSIInterfaceOperationCompleted);
     }
     this.InvokeAsync("ADCSIInterface", new object[] {
                 request}, this.ADCSIInterfaceOperationCompleted, userState);
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: lexzh/Myproject
 /// <remarks/>
 public void ADCSIInterfaceAsync(AdcSiRequest request) {
     this.ADCSIInterfaceAsync(request, null);
 }
コード例 #5
0
ファイル: Reference.cs プロジェクト: lexzh/Myproject
 public AdcSiResponse ADCSIInterface(AdcSiRequest request) {
     object[] results = this.Invoke("ADCSIInterface", new object[] {
                 request});
     return ((AdcSiResponse)(results[0]));
 }
コード例 #6
0
 /// <remarks/>
 public void ADCSIInterfaceAsync(AdcSiRequest request)
 {
     this.ADCSIInterfaceAsync(request, null);
 }