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

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

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

            return InvokeAsync<ReleaseStaticIpRequest,ReleaseStaticIpResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonLightsailClient