Activity::Save Method (Stream^)

 

Writes the Activity to a Stream for persistence.

Namespace:   System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
void Save(
	Stream^ stream
)

Parameters

stream
Type: System.IO::Stream^

The Stream to which to save the Activity.

Exception Condition
ArgumentNullException

stream is a null reference (Nothing in Visual Basic).

.NET Framework
Available since 3.0
Return to top
Show: