NestedWorkflow.ExecuteEmbeddedWorkflow(ServiceContainer, String) 메서드

정의

포함된 워크플로 구성을 실행합니다.

public:
 static void ExecuteEmbeddedWorkflow(Microsoft::SqlServer::Chainer::Infrastructure::ServiceContainer ^ context, System::String ^ sequenceId);
public static void ExecuteEmbeddedWorkflow (Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer context, string sequenceId);
static member ExecuteEmbeddedWorkflow : Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer * string -> unit
Public Shared Sub ExecuteEmbeddedWorkflow (context As ServiceContainer, sequenceId As String)

매개 변수

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

컨텍스트입니다.

sequenceId
String

시퀀스 식별자입니다.

적용 대상