| IRebroadcastFormatManager Interface | 
Namespace: VirtualRadar.Interface.Network
The IRebroadcastFormatManager type exposes the following members.
| Name | Description | |
|---|---|---|
| Singleton | 
            Gets the single instance of the class that should be used throughout the application.
              (Inherited from ISingletonT.) | 
| Name | Description | |
|---|---|---|
| CreateProvider | 
            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.
              | |
| GetProvider | 
            Returns the registered provider with the identifier supplied or null if no provider has been
            registered for this ID.
              | |
| GetRegisteredFormats | 
            Returns a collection of all registered rebroadcast server formats in a summarised form.
              | |
| Initialise | 
            Initialises the format manager.
              | |
| RegisterProvider | 
            Registers a provider.
              | |
| ShortName | 
            Returns the short name associated with the unique ID passed across. If there is no
            provider registered with the unique ID then a string along the lines of "Unknown"
            is returned.
              |