다음을 통해 공유


RuleEngineCompensationHandler 대리자

정의

public delegate bool RuleEngineCompensationHandler(Exception ^ ex, System::Object ^ userData);
public delegate bool RuleEngineCompensationHandler(Exception ex, object userData);
type RuleEngineCompensationHandler = delegate of Exception * obj -> bool
Public Delegate Function RuleEngineCompensationHandler(ex As Exception, userData As Object) As Boolean 

매개 변수

userData
Object

반환 값

적용 대상