Method WaitForDocSign
WaitForDocSign(Session)
Waits for a session event "SwitchMode DocSign"
Declaration
public static Task<bool> WaitForDocSign(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. |