Amazon.Lightsail.AmazonLightsailClient.DetachStaticIpAsync C# (CSharp) Метод

DetachStaticIpAsync() публичный Метод

Initiates the asynchronous execution of the DetachStaticIp operation.
public DetachStaticIpAsync ( DetachStaticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.DetachStaticIpRequest Container for the necessary parameters to execute the DetachStaticIp operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DetachStaticIpResponse> DetachStaticIpAsync(DetachStaticIpRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DetachStaticIpRequestMarshaller();
            var unmarshaller = DetachStaticIpResponseUnmarshaller.Instance;

            return InvokeAsync<DetachStaticIpRequest,DetachStaticIpResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonLightsailClient