Interface IPromiseInfo
Used to list information of pending promises.
Namespace: RSG
Syntax
public interface IPromiseInfo
Properties
Id
Id of the promise.
Declaration
int Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Name
Human-readable name for the promise.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |