Save Method (C1RulesEngine)
In This Topic
Saves the
Rules definition into a
System.IO.Stream.
Syntax
'Declaration
Public Sub Save( _
ByVal As Stream _
)
public void Save(
Stream
)
Parameters
- stream
- The System.IO.Stream where the data will be saved.
See Also