Click or drag to resize
ParticleEventDataTimeToLive Property
Gets or sets the time to live.

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public Nullable<long> TimeToLive { get; set; }

Property Value

Type: NullableInt64
The time to live.
See Also