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

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

Initiates the asynchronous execution of the UnpeerVpc operation.
public UnpeerVpcAsync ( UnpeerVpcRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UnpeerVpcRequest Container for the necessary parameters to execute the UnpeerVpc operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<UnpeerVpcResponse> UnpeerVpcAsync(UnpeerVpcRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UnpeerVpcRequestMarshaller();
            var unmarshaller = UnpeerVpcResponseUnmarshaller.Instance;

            return InvokeAsync<UnpeerVpcRequest,UnpeerVpcResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonLightsailClient