NamedCachePostEvent Method

ScaleOut Software NamedCache API
Overload List

  NameDescription
Public methodCode examplePostEvent(CachedObjectId, String, Byte, NullableTimeSpan)
Posts an event that is associated with a StateServer object. The event will be handled remotely on the host where the object resides. Server-side handlers of these events can use GetEventSource to acquire an IObservableT source to process the event stream.
Public methodCode examplePostEvent(CachedObjectId, String, Byte, Int32, NullableTimeSpan)
Posts an event that is associated with a StateServer object. The event will be handled remotely on the host where the object resides. Server-side handlers of these events can use GetEventSource to acquire an IObservableT source to process the event stream. The invocation grid with the specified name must be up and running by the time of this call.
Public methodCode examplePostEvent(CachedObjectId, String, Byte, String, NullableTimeSpan)
Posts an event that is associated with a StateServer object. The event will be handled remotely on the host where the object resides. Server-side handlers of these events can use GetEventSource to acquire an IObservableT source to process the event stream. The invocation grid with the specified name must be up and running by the time of this call.
Top
See Also

Reference