public ObjectChangeKind GetEventType (int eventIdx);

Parámetros

eventIdxThe index of the event whose type should be returned.

Valor de retorno

ObjectChangeKind The type of the event at the specified index.

Descripción

Returns the type of the event at the specified index.

Use this function to query the type of an event before using any of the other functions (e.g. ObjectChangeEventStream.GetChangeAssetObjectEvent) to retrieve the event data.