Example #1
0
 /// <remarks/>
 public void GetBinaryPlacementTypeListAsync(GetBinaryPlacementTypeRequest GetBinaryPlacementTypeRequest, object userState) {
     if ((this.GetBinaryPlacementTypeListOperationCompleted == null)) {
         this.GetBinaryPlacementTypeListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetBinaryPlacementTypeListOperationCompleted);
     }
     this.InvokeAsync("GetBinaryPlacementTypeList", new object[] {
                 GetBinaryPlacementTypeRequest}, this.GetBinaryPlacementTypeListOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void GetBinaryPlacementTypeListAsync(GetBinaryPlacementTypeRequest GetBinaryPlacementTypeRequest) {
     this.GetBinaryPlacementTypeListAsync(GetBinaryPlacementTypeRequest, null);
 }