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

GetSdkAsync() public method

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

            return InvokeAsync<GetSdkRequest,GetSdkResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient