You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Interfaces > ISynchronizationContainer Interface
> ISynchronizationContainer Methods > ISynchronizationContainer.SetSynchronizedEventCallback Method
Close
Ofcas.Lk.Api.Client - Version 3.0
ISynchronizationContainer.SetSynchronizedEventCallback Method

Initializes the given callback.

Syntax
C#
void SetSynchronizedEventCallback(Action<ISynchronizedEvent> synchronizedEventCallback);
Parameters
Description
Action<ISynchronizedEvent> synchronizedEventCallback
The callback to be invoked in order to handle events instantly.
Copyright © 2020. All rights reserved.