Share via


SegmentScheduler.RunASegment(Segment, StopConditions, Exception) Method

Definition

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

stopCond
StopConditions
exp
Exception

Returns

Applies to