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

GetAuthorizersAsync() public method

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

            return InvokeAsync<GetAuthorizersRequest,GetAuthorizersResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient