'Declaration
Property EnableModelCaching As Boolean
'Usage
Dim instance As _EasyUAInstanceParameters Dim value As Boolean instance.EnableModelCaching = value value = instance.EnableModelCaching
bool EnableModelCaching {get; set;}
'Declaration
Property EnableModelCaching As Boolean
'Usage
Dim instance As _EasyUAInstanceParameters Dim value As Boolean instance.EnableModelCaching = value value = instance.EnableModelCaching
bool EnableModelCaching {get; set;}
The caching is enabled by default. The caching creates a subscription (for model change events), and one reason to disable it might be to prevent an unwanted subscription with servers that have limited resources.
The model information is used e.g. in the specialized client objects for File Transfer, or Publish-Subscribe.
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.