EMThumbnailGeneratorThreadsStopped Property
|
Alterian Email Manager 6.2.3 SDK Help File
Will be set to true when the worker thread exists, false otherwise
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic bool ThreadsStopped { get; set; }
Public Property ThreadsStopped As Boolean
Get
Set
public:
property bool ThreadsStopped {
bool get ();
void set (bool value);
}
member ThreadsStopped : bool with get, set
function get_ThreadsStopped();
function set_ThreadsStopped(value);
Property Value
Type:
Boolean
See Also