| Write-only | About Triggering | 
| Description | Puts the channel in Hold - not sweeping. See chans.Hold to put ALL channels in hold. | 
| VB Syntax | chan.Hold [sync] | 
| Variable | (Type) - Description | 
| chan | A Channel (object) | 
| [sync] | The [sync] argument is ignored. Program control ALWAYS waits until the channel is in the Hold state. | 
| Return Type | Not Applicable | 
| Default | Not Applicable | 
| Examples | chan.Hold | 
| C++ Syntax | HRESULT Hold | 
| Interface | IChannel |