コード例 #1
0
ファイル: Reference.cs プロジェクト: paraneye/WebService
 /// <remarks/>
 public void ReadWBSPathAsync(ReadWBSPath ReadWBSPath1, object userState) {
     if ((this.ReadWBSPathOperationCompleted == null)) {
         this.ReadWBSPathOperationCompleted = new System.Threading.SendOrPostCallback(this.OnReadWBSPathOperationCompleted);
     }
     this.InvokeAsync("ReadWBSPath", new object[] {
                 ReadWBSPath1}, this.ReadWBSPathOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: paraneye/WebService
 /// <remarks/>
 public void ReadWBSPathAsync(ReadWBSPath ReadWBSPath1) {
     this.ReadWBSPathAsync(ReadWBSPath1, null);
 }