SegmentScheduler.RunASegment(Segment, StopConditions, Exception) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
参数
- s
- Segment
- stopCond
- StopConditions
- exp
- Exception