Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndSimulateCustomPolicy C# (CSharp) Method

EndSimulateCustomPolicy() public method

Finishes the asynchronous execution of the SimulateCustomPolicy operation.
public EndSimulateCustomPolicy ( IAsyncResult asyncResult ) : SimulateCustomPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSimulateCustomPolicy.
return SimulateCustomPolicyResponse
        public  SimulateCustomPolicyResponse EndSimulateCustomPolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<SimulateCustomPolicyResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient