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

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

Initiates the asynchronous execution of the EnableKeyRotation operation.
public BeginEnableKeyRotation ( EnableKeyRotationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.KeyManagementService.Model.EnableKeyRotationRequest Container for the necessary parameters to execute the EnableKeyRotation operation on AmazonKeyManagementServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult
        public IAsyncResult BeginEnableKeyRotation(EnableKeyRotationRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new EnableKeyRotationRequestMarshaller();
            var unmarshaller = EnableKeyRotationResponseUnmarshaller.Instance;

            return BeginInvoke<EnableKeyRotationRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonKeyManagementServiceClient