Service.CompleteChildState(IStateManager, Boolean, Boolean) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
virtual 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
override this.CompleteChildState : Microsoft.XLANGs.Core.IStateManager * bool * bool -> unit
Public Sub CompleteChildState (state As IStateManager, withError As Boolean, scheduleContinuation As Boolean)
Parámetros
- state
- IStateManager
- withError
- Boolean
- scheduleContinuation
- Boolean