InterApplicationBusMessageChannelFactoryCreateProvider Method |
Creates a message ChannelProvider
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public ChannelProvider CreateProvider(
string channelName
)
Parameters
- channelName
- Type: SystemString
The name of the message ChannelProvider.
Return Value
Type:
ChannelProviderThe created ChannelProvider
See Also