Gets a value indicating whether this is a shared instance.
Namespace: ININ.IceLib.InteractionsAssembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public bool IsShared { get; internal set; } |
Visual Basic |
---|
Public Property IsShared As Boolean Get Friend Set |
Field Value
trueTruetruetrue (True in Visual Basic) if this is a shared instance; otherwise, falseFalsefalsefalse (False in Visual Basic).Remarks
IceLib automatically conserves memory by maintaining a shared instance of each unique Interaction that it creates internally.
A shared instance cannot be watched. This prevents the assignment of conflicting sets of watched attributes. To watch this Interaction, create a new instance using the InteractionId.
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.