コード例 #1
0
ファイル: Reference.cs プロジェクト: issinoho/ZuneTag
 /// <remarks/>
 public void CustomerContentLookupAsync(CustomerContentLookup CustomerContentLookup1, object userState) {
     if ((this.CustomerContentLookupOperationCompleted == null)) {
         this.CustomerContentLookupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCustomerContentLookupOperationCompleted);
     }
     this.InvokeAsync("CustomerContentLookup", new object[] {
                 CustomerContentLookup1}, this.CustomerContentLookupOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: issinoho/ZuneTag
 /// <remarks/>
 public void CustomerContentLookupAsync(CustomerContentLookup CustomerContentLookup1) {
     this.CustomerContentLookupAsync(CustomerContentLookup1, null);
 }