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

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

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