Click or drag to resize

InstanceInformationCache Class

Instance Information Cache
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Scanjour.Workflow4.HostInstanceInformationCache

Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public class InstanceInformationCache : MarshalByRefObject, 
	IEnumerable<KeyValuePair<Guid, InstanceInformation>>, IEnumerable

The InstanceInformationCache type exposes the following members.

Constructors
 NameDescription
Public methodInstanceInformationCache Constructor
Top
Properties
 NameDescription
Public propertyItem Return instnce information for instance.
Top
Methods
 NameDescription
Public methodAdd Add information about a workflow instance to the cache.
Public methodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetEnumerator Returns enumerator for cache.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodMemberwiseClone(Boolean)Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUpdate Update instance information cache
Top
Extension Methods
See Also