Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndGetKeyPolicy C# (CSharp) Method

EndGetKeyPolicy() public method

Finishes the asynchronous execution of the GetKeyPolicy operation.
public EndGetKeyPolicy ( IAsyncResult asyncResult ) : GetKeyPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetKeyPolicy.
return GetKeyPolicyResponse
        public  GetKeyPolicyResponse EndGetKeyPolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<GetKeyPolicyResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient