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

EndEnableKeyRotation() public méthode

Finishes the asynchronous execution of the EnableKeyRotation operation.
public EndEnableKeyRotation ( IAsyncResult asyncResult ) : EnableKeyRotationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginEnableKeyRotation.
Résultat EnableKeyRotationResponse
        public  EnableKeyRotationResponse EndEnableKeyRotation(IAsyncResult asyncResult)
        {
            return EndInvoke<EnableKeyRotationResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient