C# Class JobManagerInterfaces.AutomationMessage

Inheritance: XMLSerializable
Afficher le fichier Open project: ryanski44/VM-Automation-Framework Class Usage Examples

Méthodes publiques

Méthode Description
AutomationMessage ( ) : System
AutomationMessage ( AutomationMessageContent content ) : System
AutomationMessage ( string to ) : System
AutomationMessage ( string to, AutomationMessageContent content ) : System
AutomationMessage ( string to, string forceID, AutomationMessageContent content ) : System

Method Details

AutomationMessage() public méthode

public AutomationMessage ( ) : System
Résultat System

AutomationMessage() public méthode

public AutomationMessage ( AutomationMessageContent content ) : System
content AutomationMessageContent
Résultat System

AutomationMessage() public méthode

public AutomationMessage ( string to ) : System
to string
Résultat System

AutomationMessage() public méthode

public AutomationMessage ( string to, AutomationMessageContent content ) : System
to string
content AutomationMessageContent
Résultat System

AutomationMessage() public méthode

public AutomationMessage ( string to, string forceID, AutomationMessageContent content ) : System
to string
forceID string
content AutomationMessageContent
Résultat System