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
SyntaxObject HandleInvokeWithReturn(
string ClassID,
string MethodName,
Object pDispParams
)
Function HandleInvokeWithReturn (
ClassID As String,
MethodName As String,
pDispParams As Object
) As Object
Dim instance As IPublisher
Dim ClassID As String
Dim MethodName As String
Dim pDispParams As Object
Dim returnValue As Object
returnValue = instance.HandleInvokeWithReturn(ClassID,
MethodName, pDispParams)
Object^ HandleInvokeWithReturn(
[InAttribute] String^ ClassID,
[InAttribute] String^ MethodName,
[InAttribute] Object^ pDispParams
)
Parameters
- ClassID
- Type: SystemString
- MethodName
- Type: SystemString
- pDispParams
- Type: SystemObject
Return Value
Type:
Object
See Also