Amazon.AutoScaling.AmazonAutoScalingClient.DetachLoadBalancersAsync C# (CSharp) 메소드

DetachLoadBalancersAsync() 공개 메소드

Initiates the asynchronous execution of the DetachLoadBalancers operation.
public DetachLoadBalancersAsync ( DetachLoadBalancersRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DetachLoadBalancersRequest Container for the necessary parameters to execute the DetachLoadBalancers operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<DetachLoadBalancersResponse> DetachLoadBalancersAsync(DetachLoadBalancersRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DetachLoadBalancersRequestMarshaller();
            var unmarshaller = DetachLoadBalancersResponseUnmarshaller.Instance;

            return InvokeAsync<DetachLoadBalancersRequest,DetachLoadBalancersResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAutoScalingClient