Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Gets the IService object that fired the event.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public virtual IService Service { get; }

Field Value

An object on which this event has occured.

See Also