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

BeginListActionTypes() public method

Initiates the asynchronous execution of the ListActionTypes operation.
public BeginListActionTypes ( Amazon.CodePipeline.Model.ListActionTypesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CodePipeline.Model.ListActionTypesRequest Container for the necessary parameters to execute the ListActionTypes operation on AmazonCodePipelineClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult
        public IAsyncResult BeginListActionTypes(ListActionTypesRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ListActionTypesRequestMarshaller();
            var unmarshaller = ListActionTypesResponseUnmarshaller.Instance;

            return BeginInvoke<ListActionTypesRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonCodePipelineClient