Amazon.CodePipeline.AmazonCodePipelineClient.CreateCustomActionTypeAsync C# (CSharp) Method

CreateCustomActionTypeAsync() public method

Initiates the asynchronous execution of the CreateCustomActionType operation.
public CreateCustomActionTypeAsync ( CreateCustomActionTypeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CodePipeline.Model.CreateCustomActionTypeRequest Container for the necessary parameters to execute the CreateCustomActionType operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<CreateCustomActionTypeResponse> CreateCustomActionTypeAsync(CreateCustomActionTypeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new CreateCustomActionTypeRequestMarshaller();
            var unmarshaller = CreateCustomActionTypeResponseUnmarshaller.Instance;

            return InvokeAsync<CreateCustomActionTypeRequest,CreateCustomActionTypeResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCodePipelineClient