Class JObjectPollingJob
Inheritance
JObjectPollingJob
Assembly: Glitch9.IO.dll
Syntax
public sealed class JObjectPollingJob : IPollingJob
Constructors
|
Edit this page
View Source
JObjectPollingJob(JObject)
Declaration
public JObjectPollingJob(JObject jObject)
Parameters
| Type |
Name |
Description |
| JObject |
jObject |
|
Fields
|
Edit this page
View Source
jObject
Declaration
public readonly JObject jObject
Field Value
Methods
|
Edit this page
View Source
IsCompleted()
Declaration
public bool IsCompleted()
Returns
|
Edit this page
View Source
TryGetError(out string)
Declaration
public bool TryGetError(out string error)
Parameters
| Type |
Name |
Description |
| string |
error |
|
Returns
Implements
Extension Methods