C# Class MemPowered.Publisher

Show file Open project: brianhartsock/MemPowered

Public Methods

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

Method Details

Publish() public static method

public static Publish ( Enyim.Caching.Memcached.MemcachedNode node ) : void
node Enyim.Caching.Memcached.MemcachedNode
return void

Register() public static method

public static Register ( Action action ) : void
action Action
return void

Unregister() public static method

public static Unregister ( Action action ) : void
action Action
return void