'Declaration Public Function New( _ ByVal cmd As OracleCommand, _ ByVal isNotifiedOnce As Boolean, _ ByVal timeout As Integer, _ ByVal isPersistent As Boolean _ )
public OracleDependency( OracleCommand cmd, bool isNotifiedOnce, int timeout, bool isPersistent )
Parameters
- cmd
- An OracleCommand object to bind.
- isNotifiedOnce
- true, if the registration is to be removed upon notification; otherwise, false.
- timeout
- Specifies the time in seconds that the registration remains alive.
- isPersistent
- true, if invalidation message should be queued persistently in the database before delivery; otherwise, false.