Class ConnectorEventArgs
This argument is used for basic events, when a connector invokes an basic event.
Namespace: TeleScope.Connectors.Abstractions.Events
Assembly: TeleScope.Connectors.Abstractions.dll
Syntax
public class ConnectorEventArgs : object
Constructors
| Improve this Doc View SourceConnectorEventArgs()
The default empty constructor creates an emtpy name.
Declaration
public ConnectorEventArgs()
ConnectorEventArgs(String)
Sets the name of the invoking connector (or sender).
Declaration
public ConnectorEventArgs(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the sender. |
Properties
| Improve this Doc View SourceName
Gets the name of the connector or sender as a semantic description.
Declaration
public string Name { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |