Amazon.ConfigService.AmazonConfigServiceClient.BeginGetComplianceDetailsByConfigRule C# (CSharp) Method

BeginGetComplianceDetailsByConfigRule() public method

Initiates the asynchronous execution of the GetComplianceDetailsByConfigRule operation.
public BeginGetComplianceDetailsByConfigRule ( Amazon.ConfigService.Model.GetComplianceDetailsByConfigRuleRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ConfigService.Model.GetComplianceDetailsByConfigRuleRequest Container for the necessary parameters to execute the GetComplianceDetailsByConfigRule operation on AmazonConfigServiceClient.
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 BeginGetComplianceDetailsByConfigRule(GetComplianceDetailsByConfigRuleRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new GetComplianceDetailsByConfigRuleRequestMarshaller();
            var unmarshaller = GetComplianceDetailsByConfigRuleResponseUnmarshaller.Instance;

            return BeginInvoke<GetComplianceDetailsByConfigRuleRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonConfigServiceClient