C# Класс JobManagerInterfaces.AutomationMessage

Наследование: XMLSerializable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AutomationMessage ( ) : System
AutomationMessage ( AutomationMessageContent content ) : System
AutomationMessage ( string to ) : System
AutomationMessage ( string to, AutomationMessageContent content ) : System
AutomationMessage ( string to, string forceID, AutomationMessageContent content ) : System

Описание методов

AutomationMessage() публичный Метод

public AutomationMessage ( ) : System
Результат System

AutomationMessage() публичный Метод

public AutomationMessage ( AutomationMessageContent content ) : System
content AutomationMessageContent
Результат System

AutomationMessage() публичный Метод

public AutomationMessage ( string to ) : System
to string
Результат System

AutomationMessage() публичный Метод

public AutomationMessage ( string to, AutomationMessageContent content ) : System
to string
content AutomationMessageContent
Результат System

AutomationMessage() публичный Метод

public AutomationMessage ( string to, string forceID, AutomationMessageContent content ) : System
to string
forceID string
content AutomationMessageContent
Результат System