C# Class Microsoft.ManagementConsole.SyncAction

Inheritance: ActionBase
Afficher le fichier Open project: SiteView/ECC8.13 Class Usage Examples

Méthodes publiques

Méthode Description
SyncAction ( ) : Microsoft.ManagementConsole.Internal
SyncAction ( string displayName, string description ) : Microsoft.ManagementConsole.Internal
SyncAction ( string displayName, string description, int imageIndex ) : Microsoft.ManagementConsole.Internal
SyncAction ( string displayName, string description, int imageIndex, object tag ) : Microsoft.ManagementConsole.Internal

Private Methods

Méthode Description
RaiseTriggeredEvent ( object sender, SyncStatus status ) : void

Method Details

SyncAction() public méthode

public SyncAction ( ) : Microsoft.ManagementConsole.Internal
Résultat Microsoft.ManagementConsole.Internal

SyncAction() public méthode

public SyncAction ( string displayName, string description ) : Microsoft.ManagementConsole.Internal
displayName string
description string
Résultat Microsoft.ManagementConsole.Internal

SyncAction() public méthode

public SyncAction ( string displayName, string description, int imageIndex ) : Microsoft.ManagementConsole.Internal
displayName string
description string
imageIndex int
Résultat Microsoft.ManagementConsole.Internal

SyncAction() public méthode

public SyncAction ( string displayName, string description, int imageIndex, object tag ) : Microsoft.ManagementConsole.Internal
displayName string
description string
imageIndex int
tag object
Résultat Microsoft.ManagementConsole.Internal