SegmentScheduler.RunASegment(Segment, StopConditions, Exception) 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.
public:
virtual Microsoft::XLANGs::Core::StopConditions RunASegment(Microsoft::XLANGs::Core::Segment ^ s, Microsoft::XLANGs::Core::StopConditions stopCond, [Runtime::InteropServices::Out] Exception ^ % exp);
public virtual Microsoft.XLANGs.Core.StopConditions RunASegment (Microsoft.XLANGs.Core.Segment s, Microsoft.XLANGs.Core.StopConditions stopCond, out Exception exp);
abstract member RunASegment : Microsoft.XLANGs.Core.Segment * Microsoft.XLANGs.Core.StopConditions * Exception -> Microsoft.XLANGs.Core.StopConditions
override this.RunASegment : Microsoft.XLANGs.Core.Segment * Microsoft.XLANGs.Core.StopConditions * Exception -> Microsoft.XLANGs.Core.StopConditions
Public Overridable Function RunASegment (s As Segment, stopCond As StopConditions, ByRef exp As Exception) As StopConditions
Parameters
- s
- Segment
- stopCond
- StopConditions
- exp
- Exception