SignalChannelIdentifier Constructor (SignalIdentifier) |
Initialize a new instance.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected SignalChannelIdentifier(
SignalIdentifier identifier
)
Protected Sub New (
identifier As SignalIdentifier
)
protected:
SignalChannelIdentifier(
SignalIdentifier^ identifier
)
new :
identifier : SignalIdentifier -> SignalChannelIdentifier
Parameters
- identifier
- Type: AGI.Foundation.CommunicationsSignalIdentifier
The signal identifier.
See Also