Click or drag to resize
IReceiverFormatProviderIsUsableBytesExtractor Method
Returns true if the message bytes extractor passed across is appropriate for this receiver format.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool IsUsableBytesExtractor(
	IMessageBytesExtractor extractor
)

Parameters

extractor
Type: VirtualRadar.Interface.ListenerIMessageBytesExtractor

Return Value

Type: Boolean
See Also