Amazon.CloudFormation.AmazonCloudFormationClient.SetStackPolicyAsync C# (CSharp) Method

SetStackPolicyAsync() public method

Initiates the asynchronous execution of the SetStackPolicy operation.
public SetStackPolicyAsync ( SetStackPolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task
request SetStackPolicyRequest Container for the necessary parameters to execute the SetStackPolicy operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<SetStackPolicyResponse> SetStackPolicyAsync(SetStackPolicyRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new SetStackPolicyRequestMarshaller();
            var unmarshaller = SetStackPolicyResponseUnmarshaller.Instance;

            return InvokeAsync<SetStackPolicyRequest,SetStackPolicyResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCloudFormationClient