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

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

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