OracleDependency Constructor(OracleCommand,Boolean,Int32,Boolean)
In This Topic
Initializes a new instance of the
OracleDependency class, binds an
OracleCommand object, and adjusts some parameters.
Syntax
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.
See Also