←Select platform

Disposed Property

Summary

Gets a value indicating if the object has been disposed.

Syntax

C#
VB
C++
public bool Disposed { get; } 
  
Public ReadOnly Property Disposed As Boolean 
public: 
property bool Disposed { 
   bool get(); 
} 

Property Value

true if the object has already been disposed; otherwise false.

Remarks

If this property returned true you should not use the DicomWCFStreamer object.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly