C# Class MemPowered.Publisher

Afficher le fichier Open project: brianhartsock/MemPowered

Méthodes publiques

Méthode Description
Publish ( Enyim.Caching.Memcached.MemcachedNode node ) : void
Register ( Action action ) : void
Unregister ( Action action ) : void

Method Details

Publish() public static méthode

public static Publish ( Enyim.Caching.Memcached.MemcachedNode node ) : void
node Enyim.Caching.Memcached.MemcachedNode
Résultat void

Register() public static méthode

public static Register ( Action action ) : void
action Action
Résultat void

Unregister() public static méthode

public static Unregister ( Action action ) : void
action Action
Résultat void