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

Gets a IReadOnlyCollection{ISynchronizedEvent} of ISynchronizedEvent from the ISynchronizationContainer using an optional Predicate{ISynchronizedEvent}.

Syntax
C#
ISynchronizedEventsResult GetEvents(Predicate<ISynchronizedEvent> predicate = null);
Parameters
Description
Predicate<ISynchronizedEvent> predicate = null
The optional predicate to specify the events to be taken.

Returns a IReadOnlyCollection{ISynchronizedEvent} of ISynchronizedEvent.

Copyright © 2020. All rights reserved.