Click or drag to resize

ICondition Interface

Interface for custom conditions to trigger a file save.

Namespace: RAYLASE.PDA.API.CustomCondition
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public interface ICondition

The ICondition type exposes the following members.

Methods
 NameDescription
Public methodCheck Implements checks to stream or trigger a file save.
Public methodInitialize Optional initialization to create additional helpers for high performance condition checks.
Top
See Also