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

EndDisableKeyRotation() public méthode

Finishes the asynchronous execution of the DisableKeyRotation operation.
public EndDisableKeyRotation ( IAsyncResult asyncResult ) : DisableKeyRotationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisableKeyRotation.
Résultat DisableKeyRotationResponse
        public  DisableKeyRotationResponse EndDisableKeyRotation(IAsyncResult asyncResult)
        {
            return EndInvoke<DisableKeyRotationResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient