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

EndScheduleKeyDeletion() public method

Finishes the asynchronous execution of the ScheduleKeyDeletion operation.
public EndScheduleKeyDeletion ( IAsyncResult asyncResult ) : ScheduleKeyDeletionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginScheduleKeyDeletion.
return ScheduleKeyDeletionResponse
        public  ScheduleKeyDeletionResponse EndScheduleKeyDeletion(IAsyncResult asyncResult)
        {
            return EndInvoke<ScheduleKeyDeletionResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient