Determine if the
Leadtools.Jpip.Server.JpipServer is running.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property IsRunning As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As JpipServer
Dim value As Boolean
value = instance.IsRunning
|
| C# | |
|---|
public bool IsRunning {get;} |
| C++/CLI | |
|---|
public:
property bool IsRunning {
bool get();
} |
Return Value
true if the server is started; otherwise false.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also