Amazon.APIGateway.AmazonAPIGatewayClient.GetAuthorizerAsync C# (CSharp) Method

GetAuthorizerAsync() public method

Initiates the asynchronous execution of the GetAuthorizer operation.
public GetAuthorizerAsync ( GetAuthorizerRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetAuthorizerRequest Container for the necessary parameters to execute the GetAuthorizer operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<GetAuthorizerResponse> GetAuthorizerAsync(GetAuthorizerRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetAuthorizerRequestMarshaller();
            var unmarshaller = GetAuthorizerResponseUnmarshaller.Instance;

            return InvokeAsync<GetAuthorizerRequest,GetAuthorizerResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient