Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.BeginGetAutomationExecution C# (CSharp) Method

BeginGetAutomationExecution() public method

Initiates the asynchronous execution of the GetAutomationExecution operation.
public BeginGetAutomationExecution ( GetAutomationExecutionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.GetAutomationExecutionRequest Container for the necessary parameters to execute the GetAutomationExecution operation on AmazonSimpleSystemsManagementClient.
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 BeginGetAutomationExecution(GetAutomationExecutionRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new GetAutomationExecutionRequestMarshaller();
            var unmarshaller = GetAutomationExecutionResponseUnmarshaller.Instance;

            return BeginInvoke<GetAutomationExecutionRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonSimpleSystemsManagementClient