Load Method (C1RulesEngine)
In This Topic
Loads the
Rules definition from a
System.IO.Stream.
Syntax
'Declaration
Public Sub Load( _
ByVal As Stream _
)
public void Load(
Stream
)
Parameters
- stream
- The System.IO.Stream from which the data will be loaded.
See Also