CreatePolicyClone Method

ScaleOut Software NamedCache API
Creates a deep copy of the current CreatePolicy instance. It's useful for a minor tweaking of the default create policy associated with a named cache when a slightly modified policy is required for some individual object creates.

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

public CreatePolicy Clone()

Return Value

Type: CreatePolicy
Deep copy of the current CreatePolicy object.
See Also

Reference