Method | Description | |
---|---|---|
Continue ( string input ) : void |
Continues with the given input.
|
|
UserInputEventArgs ( |
Creates a new user input event argument.
|
public Continue ( string input ) : void | ||
input | string | The user's input. |
return | void |
public UserInputEventArgs ( |
||
waitHandle | The wait handle where the waiting is based on. | |
message | string | The message to show. |
return | System |