次の方法で共有


IStateManager.CompleteChildState(IStateManager, Boolean, Boolean) メソッド

定義

public:
 void CompleteChildState(Microsoft::XLANGs::Core::IStateManager ^ state, bool withError, bool scheduleContinuation);
public void CompleteChildState (Microsoft.XLANGs.Core.IStateManager state, bool withError, bool scheduleContinuation);
abstract member CompleteChildState : Microsoft.XLANGs.Core.IStateManager * bool * bool -> unit
Public Sub CompleteChildState (state As IStateManager, withError As Boolean, scheduleContinuation As Boolean)

パラメーター

withError
Boolean
scheduleContinuation
Boolean

適用対象