IsAsync Property (ImageCollectionManager)
Gets or sets a value indicating whether this manager uses asynchronous operations.
'Declaration
Public Property IsAsync As Boolean
public bool IsAsync { get; set; }
public: __property bool get_IsAsync();
public: __property void set_IsAsync(
bool
);
public:
property bool IsAsync {
bool get();
void set(bool );
}
Property Value
True - manager uses asynchronous operations; false - manager uses synchronous operations.
Default value is true.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5