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