コード例 #1
0
ファイル: Reference.cs プロジェクト: waservice/HMCIS
 /// <remarks/>
 public void OPCodeGetAsync(OPCodeGetRequest OPCodeGetRequest, object userState) {
     if ((this.OPCodeGetOperationCompleted == null)) {
         this.OPCodeGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnOPCodeGetOperationCompleted);
     }
     this.InvokeAsync("OPCodeGet", new object[] {
                 OPCodeGetRequest}, this.OPCodeGetOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: waservice/HMCIS
 /// <remarks/>
 public void OPCodeGetAsync(OPCodeGetRequest OPCodeGetRequest) {
     this.OPCodeGetAsync(OPCodeGetRequest, null);
 }