示例#1
0
 /// <remarks/>
 public void getMetadataProcessV1Async(User user, object userState) {
     if ((this.getMetadataProcessV1OperationCompleted == null)) {
         this.getMetadataProcessV1OperationCompleted = new System.Threading.SendOrPostCallback(this.OngetMetadataProcessV1OperationCompleted);
     }
     this.InvokeAsync("getMetadataProcessV1", new object[] {
                 user}, this.getMetadataProcessV1OperationCompleted, userState);
 }
示例#2
0
 /// <remarks/>
 public void getMetadataProcessV1Async(User user) {
     this.getMetadataProcessV1Async(user, null);
 }