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
System_CAPS_pubmethod PublishingEventArgs()

Initializes a new instance of the PublishingEventArgs class.

System_CAPS_pubmethod PublishingEventArgs(PublishingProcessProgressStep, String, Int64, Int64)

Initializes a new instance of the PublishingEventArgs class.

Properties

Name Description
System_CAPS_pubproperty CurrentProgress

Get/Set the Current Progress value for this operation

System_CAPS_pubproperty ProgressInfo

Get/Set any additional information about the progress event

System_CAPS_pubproperty ProgressStep

Get/Set the PublishingProcessProgressStep for this event

System_CAPS_pubproperty UpperProgressBound

Get/Set the Upper Progress value for this operation

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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