コード例 #1
0
ファイル: Reference.cs プロジェクト: consumentor/Server
 /// <remarks/>
 public void GetPartyByGTINAsync(GetPartyByGTIN GetPartyByGTIN1, object userState) {
     if ((this.GetPartyByGTINOperationCompleted == null)) {
         this.GetPartyByGTINOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPartyByGTINOperationCompleted);
     }
     this.InvokeAsync("GetPartyByGTIN", new object[] {
                 GetPartyByGTIN1}, this.GetPartyByGTINOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: consumentor/Server
 /// <remarks/>
 public void GetPartyByGTINAsync(GetPartyByGTIN GetPartyByGTIN1) {
     this.GetPartyByGTINAsync(GetPartyByGTIN1, null);
 }