ParticleEventManagerReadTimeout Property |
How long in Milliseconds to wait before a read timeout occurs
Default: 30000
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic int ReadTimeout { get; set; }
Public Property ReadTimeout As Integer
Get
Set
public:
property int ReadTimeout {
int get ();
void set (int value);
}
member ReadTimeout : int with get, set
Property Value
Type:
Int32
See Also