PSResumableActivityHostController.SupportDisconnectedPSStreams Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This property indentifies if the Activity controller is running in disconnected mode or not. If it is running in disconnected mode then all the output and data streams will be provied as new objects.
public:
virtual property bool SupportDisconnectedPSStreams { bool get(); };
public:
virtual property bool SupportDisconnectedPSStreams { bool get(); };
public virtual bool SupportDisconnectedPSStreams { get; }
member this.SupportDisconnectedPSStreams : bool
Public Overridable ReadOnly Property SupportDisconnectedPSStreams As Boolean