Interface IFlowEventService
Assembly: Simplic.Flow.Event.dll
Syntax
public interface IFlowEventService
Methods
|
Improve this Doc
View Source
InvokeEvent(FlowEventArgs)
Declaration
void InvokeEvent(FlowEventArgs args)
Parameters
|
Improve this Doc
View Source
InvokeEvent(String, Object, Object, Int32)
Declaration
void InvokeEvent(string eventName, object objectId, object obj, int userId)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
System.Object |
objectId |
|
System.Object |
obj |
|
System.Int32 |
userId |
|