Example #1
0
        public void Suspend()
        {
            // the target will suspend automatically as part of the VMStart event
            if (ProtocolService == null)
            {
                return;
            }

            DebugErrorHandler.ThrowOnFailure(ProtocolService.Suspend());
        }