Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndDisableKeyRotation C# (CSharp) Метод

EndDisableKeyRotation() публичный Метод

Finishes the asynchronous execution of the DisableKeyRotation operation.
public EndDisableKeyRotation ( IAsyncResult asyncResult ) : DisableKeyRotationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisableKeyRotation.
Результат DisableKeyRotationResponse
        public  DisableKeyRotationResponse EndDisableKeyRotation(IAsyncResult asyncResult)
        {
            return EndInvoke<DisableKeyRotationResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient