BTXXlangStore.ScheduleSuspend Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ScheduleSuspend(SuspendInfo) | |
ScheduleSuspend(SuspendInfo, Exception) | |
ScheduleSuspend(SuspendInfo, Boolean, Boolean, Exception) |
ScheduleSuspend(SuspendInfo)
public:
virtual void ScheduleSuspend(Microsoft::XLANGs::Core::SuspendInfo ^ si);
public void ScheduleSuspend (Microsoft.XLANGs.Core.SuspendInfo si);
abstract member ScheduleSuspend : Microsoft.XLANGs.Core.SuspendInfo -> unit
override this.ScheduleSuspend : Microsoft.XLANGs.Core.SuspendInfo -> unit
Public Sub ScheduleSuspend (si As SuspendInfo)
Parameters
- si
- SuspendInfo
Implements
Applies to
ScheduleSuspend(SuspendInfo, Exception)
public:
virtual void ScheduleSuspend(Microsoft::XLANGs::Core::SuspendInfo ^ si, Exception ^ prevexp);
public void ScheduleSuspend (Microsoft.XLANGs.Core.SuspendInfo si, Exception prevexp);
abstract member ScheduleSuspend : Microsoft.XLANGs.Core.SuspendInfo * Exception -> unit
override this.ScheduleSuspend : Microsoft.XLANGs.Core.SuspendInfo * Exception -> unit
Public Sub ScheduleSuspend (si As SuspendInfo, prevexp As Exception)
Parameters
- si
- SuspendInfo
- prevexp
- Exception
Implements
Applies to
ScheduleSuspend(SuspendInfo, Boolean, Boolean, Exception)
public:
void ScheduleSuspend(Microsoft::XLANGs::Core::SuspendInfo ^ si, bool bInClearBatch, bool bForceDropLock, [Runtime::InteropServices::Out] Exception ^ % e);
public void ScheduleSuspend (Microsoft.XLANGs.Core.SuspendInfo si, bool bInClearBatch, bool bForceDropLock, out Exception e);
member this.ScheduleSuspend : Microsoft.XLANGs.Core.SuspendInfo * bool * bool * Exception -> unit
Public Sub ScheduleSuspend (si As SuspendInfo, bInClearBatch As Boolean, bForceDropLock As Boolean, ByRef e As Exception)
Parameters
- si
- SuspendInfo
- bInClearBatch
- Boolean
- bForceDropLock
- Boolean