Show / Hide Table of Contents

Delegate ServiceEventHandler

Represents the method that will handle service event.

Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
public delegate void ServiceEventHandler(object sender, ServiceEventArgs args)
Parameters
Type Name Description
object sender

IService that raised an event.

ServiceEventArgs args

Event arguments.

In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.