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

EndGetContextKeysForCustomPolicy() public method

Finishes the asynchronous execution of the GetContextKeysForCustomPolicy operation.
public EndGetContextKeysForCustomPolicy ( IAsyncResult asyncResult ) : GetContextKeysForCustomPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetContextKeysForCustomPolicy.
return Amazon.IdentityManagement.Model.GetContextKeysForCustomPolicyResponse
        public  GetContextKeysForCustomPolicyResponse EndGetContextKeysForCustomPolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<GetContextKeysForCustomPolicyResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient