PublishingEventArgs Class
Applies To: Windows Server Update Services
Event Class containing information specific to the progress event
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.UpdateServices.Administration.PublishingEventArgs
Syntax
public class PublishingEventArgs : EventArgs
public ref class PublishingEventArgs : EventArgs
type PublishingEventArgs =
class
inherit EventArgs
end
Public Class PublishingEventArgs
Inherits EventArgs
Constructors
Name | Description | |
---|---|---|
PublishingEventArgs() | Initializes a new instance of the PublishingEventArgs class. |
|
PublishingEventArgs(PublishingProcessProgressStep, String, Int64, Int64) | Initializes a new instance of the PublishingEventArgs class. |
Properties
Name | Description | |
---|---|---|
CurrentProgress | Get/Set the Current Progress value for this operation |
|
ProgressInfo | Get/Set any additional information about the progress event |
|
ProgressStep | Get/Set the PublishingProcessProgressStep for this event |
|
UpperProgressBound | Get/Set the Upper Progress value for this operation |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top