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

EndGetContextKeysForPrincipalPolicy() public method

Finishes the asynchronous execution of the GetContextKeysForPrincipalPolicy operation.
public EndGetContextKeysForPrincipalPolicy ( IAsyncResult asyncResult ) : GetContextKeysForPrincipalPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetContextKeysForPrincipalPolicy.
return Amazon.IdentityManagement.Model.GetContextKeysForPrincipalPolicyResponse
        public  GetContextKeysForPrincipalPolicyResponse EndGetContextKeysForPrincipalPolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<GetContextKeysForPrincipalPolicyResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient