/// <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); }
/// <remarks/> public void GetBinaryPlacementTypeListAsync(GetBinaryPlacementTypeRequest GetBinaryPlacementTypeRequest) { this.GetBinaryPlacementTypeListAsync(GetBinaryPlacementTypeRequest, null); }