NamedCacheCreatedEventHandler Delegate

ScaleOut Software NamedCache API
The signature required of methods that handle the NamedCacheCreated event.

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

public delegate void NamedCacheCreatedEventHandler(
	Object sender,
	NamedCacheCreatedEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Soss.ClientNamedCacheCreatedEventArgs
See Also

Reference