Click or drag to resize
IClientInvokeMethod Method
Method for invoke client side methods.

Namespace: Ozeki.MediaGateway
Assembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void InvokeMethod(
	string methodName,
	params Object[] parameters
)

Parameters

methodName
Type: SystemString
Name of the method that wants to invoke on client side.
parameters
Type: SystemObject
Parameters only support ASObject and value types.
See Also