Click or drag to resize

IPublisherHandleInvoke Method

internal method - used to dispatch events to subscribers.

Namespace:  SuperOffice.COM.EventServer
Assembly:  SOEventServer.Interop (in SOEventServer.Interop.dll) Version: 8.0.0.0
Syntax
void HandleInvoke(
	string ClassID,
	string MethodName,
	Object pDispParams
)

Parameters

ClassID
Type: SystemString
MethodName
Type: SystemString
pDispParams
Type: SystemObject
See Also