Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the event argument that holds information about an event triggered on a SyncAction object.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.ManagementConsole.SyncActionEventArgs
Syntax
public sealed class SyncActionEventArgs : EventArgs
public ref class SyncActionEventArgs sealed : EventArgs
[<Sealed>]
type SyncActionEventArgs =
class
inherit EventArgs
end
Public NotInheritable Class SyncActionEventArgs
Inherits EventArgs
Constructors
Name | Description | |
---|---|---|
![]() |
SyncActionEventArgs(SyncAction, SyncStatus) | Initializes a new instance of the SyncActionEventArgs class using the originating action and the status as parameters. |
Properties
Name | Description | |
---|---|---|
![]() |
Action | Gets the originating action for the event. |
![]() |
Status | Gets the object that holds the status information. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (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.ManagementConsole Namespace
Return to top