| 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.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
SyntaxIRebroadcastFormatProvider CreateProvider(
	string providerId
)
Function CreateProvider ( 
	providerId As String
) As IRebroadcastFormatProvider
IRebroadcastFormatProvider^ CreateProvider(
	String^ providerId
)
abstract CreateProvider : 
        providerId : string -> IRebroadcastFormatProvider 
Parameters
- providerId
- Type: SystemString
 
Return Value
Type: 
IRebroadcastFormatProvider See Also
See Also