Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Constructs a new ServiceEventArgs.

Namespace: Tangosol.Util
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public ServiceEventArgs(
	IService service,
	ServiceEventType eventType
)

Parameters

service
Type: Tangosol.Util..::..IService
The IService that fired the event.
eventType
Type: Tangosol.Util..::..ServiceEventType
This event's type, one of the ServiceEventType enum values.

See Also