EnableSyncPoint(string)
Called by test code. Enables a sync point so that code under test will block when reaching it. This must be called BEFORE starting the operation that will hit the sync point.
Declaration
public void EnableSyncPoint(string syncPointName)Parameters
| Type | Name | Description |
|---|---|---|
| string | syncPointName | The name of the sync point to enable. |