com.onlineobject.objectnet Namespace

NetworkEventsManager..::..Invoke<(Of <(<'T>)>)> Method

Invokes the method associated with the given event reference, with or without a return value.

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

Syntax


public T Invoke<T>(

	EventReference eventReference,

	params Object[] arguments

)

Type Parameters

T
The expected return type of the method.

Parameters

eventReference
Type: com.onlineobject.objectnet..::..EventReference
The event reference containing the method to invoke.
arguments
Type: array<Object>[]()[][]
The arguments to pass to the method.

Return Value

The return value of the invoked method, if any.