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

BeginDescribeEffectiveInstanceAssociations() public method

Initiates the asynchronous execution of the DescribeEffectiveInstanceAssociations operation.
public BeginDescribeEffectiveInstanceAssociations ( DescribeEffectiveInstanceAssociationsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribeEffectiveInstanceAssociationsRequest Container for the necessary parameters to execute the DescribeEffectiveInstanceAssociations 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 BeginDescribeEffectiveInstanceAssociations(DescribeEffectiveInstanceAssociationsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DescribeEffectiveInstanceAssociationsRequestMarshaller();
            var unmarshaller = DescribeEffectiveInstanceAssociationsResponseUnmarshaller.Instance;

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