Click or drag to resize
IReceiverFormatManagerShortName Method
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.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string ShortName(
	string providerId
)

Parameters

providerId
Type: SystemString

Return Value

Type: String
See Also