Gets the number of 'Transport Event' entries in the container object. Transport Event (ASBIE). Events that relate to this status report.

Namespace: Unimaze.Composer.Ubl2.Interfaces
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
int GetTransportEventCount()
Visual Basic
Function GetTransportEventCount As Integer
Visual C++
int GetTransportEventCount()
F#
abstract GetTransportEventCount : unit -> int 

Return Value

Type: Int32
The number of ITransportEvent object instances in the container object.

See Also