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

EndDisableKeyRotation() public method

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