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

GetSdkTypeAsync() public method

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

            return InvokeAsync<GetSdkTypeRequest,GetSdkTypeResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient