Method WaitForDocView
WaitForDocView(Session)
Waits for a session event "SwitchMode DocView"
Declaration
public static Task<bool> WaitForDocView(this Session session)
Parameters
| Type | Name | Description |
|---|---|---|
| Session | session | The session. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Boolean> | True if an event matching the predicate has been received. |