.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
Tangosol.Util
ServiceEventArgs Class
ServiceEventArgs Constructor
ServiceEventArgs Properties
ServiceEventArgs Methods
ServiceEventArgs Constructor
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Constructs a new ServiceEventArgs.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
Copy
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
Reference
ServiceEventArgs Class
Tangosol.Util Namespace
Copyright © 2000, 2020, Oracle and/or its affiliates. All rights reserved.