Click or drag to resize
IRebroadcastFormatManagerCreateProvider Method
Creates a new instance of the provider with the unique ID passed across. Returns null if no provider is registered for the ID passed across.

Namespace: VirtualRadar.Interface.Network
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IRebroadcastFormatProvider CreateProvider(
	string providerId
)

Parameters

providerId
Type: SystemString

Return Value

Type: IRebroadcastFormatProvider
See Also