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

EndSimulatePrincipalPolicy() public method

Finishes the asynchronous execution of the SimulatePrincipalPolicy operation.
public EndSimulatePrincipalPolicy ( IAsyncResult asyncResult ) : SimulatePrincipalPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSimulatePrincipalPolicy.
return SimulatePrincipalPolicyResponse
        public  SimulatePrincipalPolicyResponse EndSimulatePrincipalPolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<SimulatePrincipalPolicyResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient