Table of Contents

Interface IFlowEventExecutionHandler

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll
public interface IFlowEventExecutionHandler

Methods

CanExecuteCustomEvent(long)

bool CanExecuteCustomEvent(long eventTypeId)

Parameters

eventTypeId long

Returns

bool

ExecuteCustomEvent(EventBase)

void ExecuteCustomEvent(EventBase eventBase)

Parameters

eventBase EventBase