Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.BeginUpdateMaintenanceWindow C# (CSharp) Метод

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

Initiates the asynchronous execution of the UpdateMaintenanceWindow operation.
public BeginUpdateMaintenanceWindow ( UpdateMaintenanceWindowRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.UpdateMaintenanceWindowRequest Container for the necessary parameters to execute the UpdateMaintenanceWindow operation on AmazonSimpleSystemsManagementClient.
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 BeginUpdateMaintenanceWindow(UpdateMaintenanceWindowRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new UpdateMaintenanceWindowRequestMarshaller();
            var unmarshaller = UpdateMaintenanceWindowResponseUnmarshaller.Instance;

            return BeginInvoke<UpdateMaintenanceWindowRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonSimpleSystemsManagementClient