XlangStore.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)
public:
void ScheduleSuspend(Microsoft::XLANGs::Core::SuspendInfo ^ info);
public void ScheduleSuspend (Microsoft.XLANGs.Core.SuspendInfo info);
abstract member ScheduleSuspend : Microsoft.XLANGs.Core.SuspendInfo -> unit
Public Sub ScheduleSuspend (info As SuspendInfo)
Parameters
- info
- SuspendInfo
Applies to
ScheduleSuspend(SuspendInfo, Exception)
public:
void ScheduleSuspend(Microsoft::XLANGs::Core::SuspendInfo ^ info, Exception ^ prevexp);
public void ScheduleSuspend (Microsoft.XLANGs.Core.SuspendInfo info, Exception prevexp);
abstract member ScheduleSuspend : Microsoft.XLANGs.Core.SuspendInfo * Exception -> unit
Public Sub ScheduleSuspend (info As SuspendInfo, prevexp As Exception)
Parameters
- info
- SuspendInfo
- prevexp
- Exception