Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndGetKeyPolicy C# (CSharp) Méthode

EndGetKeyPolicy() public méthode

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