C# Class Microsoft.ManagementConsole.SyncAction

Inheritance: ActionBase
Show file Open project: SiteView/ECC8.13 Class Usage Examples

Public Methods

Method 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

Method Description
RaiseTriggeredEvent ( object sender, SyncStatus status ) : void

Method Details

SyncAction() public method

public SyncAction ( ) : Microsoft.ManagementConsole.Internal
return Microsoft.ManagementConsole.Internal

SyncAction() public method

public SyncAction ( string displayName, string description ) : Microsoft.ManagementConsole.Internal
displayName string
description string
return Microsoft.ManagementConsole.Internal

SyncAction() public method

public SyncAction ( string displayName, string description, int imageIndex ) : Microsoft.ManagementConsole.Internal
displayName string
description string
imageIndex int
return Microsoft.ManagementConsole.Internal

SyncAction() public method

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