Amazon.CloudFormation.AmazonCloudFormationClient.GetStackPolicyAsync C# (CSharp) 메소드

GetStackPolicyAsync() 공개 메소드

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

            return InvokeAsync<GetStackPolicyRequest,GetStackPolicyResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCloudFormationClient