com.onlineobject.objectnet Namespace

EmbeddedMessageRelayFilter Constructor (Type, array<Enum>[]()[][])

Creates a filter based on an enum of message IDs and enables relaying for the given message IDs.

Namespace:  com.onlineobject.objectnet.server
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public EmbeddedMessageRelayFilter(

	Type idEnum,

	params Enum[] idsToEnable

)

Parameters

idEnum
Type: Type
The enum type.
idsToEnable
Type: array<Enum>[]()[][]
Message IDs to enable relaying for.