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
Syntaxvoid HandleInvoke(
string ClassID,
string MethodName,
Object pDispParams
)
Sub HandleInvoke (
ClassID As String,
MethodName As String,
pDispParams As Object
)
Dim instance As IPublisher
Dim ClassID As String
Dim MethodName As String
Dim pDispParams As Object
instance.HandleInvoke(ClassID, MethodName,
pDispParams)
void HandleInvoke(
[InAttribute] String^ ClassID,
[InAttribute] String^ MethodName,
[InAttribute] Object^ pDispParams
)
Parameters
- ClassID
- Type: SystemString
- MethodName
- Type: SystemString
- pDispParams
- Type: SystemObject
See Also