Share via


DurableInstanceSuspendInfo.IsSuspended Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value specifiying whether the instance is suspended.

Namespace:  System.ServiceModel.Activities.Dispatcher
Assembly:  System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property IsSuspended As Boolean
    Get
    Private Set
'Usage
Dim instance As DurableInstanceSuspendInfo
Dim value As Boolean

value = instance.IsSuspended
[DataMemberAttribute(EmitDefaultValue = false)]
public bool IsSuspended { get; private set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool IsSuspended {
    bool get ();
    private: void set (bool value);
}
function get IsSuspended () : boolean
private function set IsSuspended (value : boolean)
[<DataMemberAttribute(EmitDefaultValue = false)>]
member IsSuspended : bool with get, private set

Property Value

Type: System.Boolean
true , if the service is suspended; otherwise, false.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

DurableInstanceSuspendInfo Class

DurableInstanceSuspendInfo Members

System.ServiceModel.Activities.Dispatcher Namespace