CreatePolicy Constructor (CreatePolicy)

ScaleOut Software NamedCache API
Copy-constructor. It is used by the Clone method to create a deep copy of the class instance.

Namespace:  Soss.Client
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

protected CreatePolicy(
	CreatePolicy otherInstance
)

Parameters

otherInstance
Type: Soss.ClientCreatePolicy
The CreatePolicy instance we want to copy from.
See Also

Reference