Click or drag to resize

IPublisherHandleInvokeWithReturn Method

internal method - used to dispatch events to subscribers with return value.

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

Parameters

ClassID
Type: SystemString
MethodName
Type: SystemString
pDispParams
Type: SystemObject

Return Value

Type: Object
See Also