Activity::Load Method (Stream^, Activity^)

 

Loads an instance of an Activity from a Stream.

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

public:
static Activity^ Load(
	Stream^ stream,
	Activity^ outerActivity
)

Parameters

stream
Type: System.IO::Stream^

The Stream from which to load.

outerActivity
Type: System.Workflow.ComponentModel::Activity^

The Activity that owns the context for the deserialized Activity.

Return Value

Type: System.Workflow.ComponentModel::Activity^

An instance of an Activity from a Stream.

Exception Condition
ArgumentNullException

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

System_CAPS_security Security Note

Calling this method with untrusted data is a security risk. Call this method only with trusted data. For more information, see Untrusted Data Security Risks.

.NET Framework
Available since 3.0
Return to top
Show: