Visual Basic (Declaration) | |
---|---|
Public Function IsConnected() As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool IsConnected() |
C++/CLI | |
---|---|
public: bool IsConnected(); |
Return Value
true if a connection has been established; otherwise, false.For an example, refer to SendAssociateRequest.
A connection is created by an SCU calling Connect and the SCP
responding by calling Accept. If this has occurred successfully,
this method will return true. Otherwise, it will return false.
For more information on creating a connection, refer to Creating a DICOM Network Connection.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family