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