Method Wait
Wait()
Gets the yield instruction related to the handled promise.
Declaration
public CustomYieldInstruction Wait()
Returns
| Type | Description |
|---|---|
| CustomYieldInstruction | Returns a yield instruction that will yield as long the handled promise isn't settled. |