NamedCacheGetEventSource Method

ScaleOut Software NamedCache API
[Preview feature--subject to change] Returns an IObservable event source that can be used to process events in server-side applications. Clients can use the PostEvent(CachedObjectId, String, Byte, NullableTimeSpan) method to send events to the NamedCache's event source. The returned sequence never completes.

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

public IObservable<Event> GetEventSource()

Return Value

Type: IObservableEvent
An open IObservableT instance.
Remarks

See PostEvent(CachedObjectId, String, Byte, NullableTimeSpan) for an extended example.
See Also

Reference