Show / Hide Table of Contents

Interface IAllowPersistentCallBack

Namespace: GenerallyPositive.Application
Assembly: GPAL.dll
Syntax
public interface IAllowPersistentCallBack

Methods

PersistentCallIfFound(Application.CallIfDelegate)

Declaration
IAllowPersistentCallBack PersistentCallIfFound(Application.CallIfDelegate CallIfFound)
Parameters
Type Name Description
Application.CallIfDelegate CallIfFound
Returns
Type Description
IAllowPersistentCallBack

PersistentCallIfNotFound(Application.CallIfDelegate)

Declaration
IAllowPersistentCallBack PersistentCallIfNotFound(Application.CallIfDelegate CallIfNotFound)
Parameters
Type Name Description
Application.CallIfDelegate CallIfNotFound
Returns
Type Description
IAllowPersistentCallBack
In This Article
Back to top Generated by DocFX