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