ActivatableWorkflowsQueryResult 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ActivatableWorkflowsQueryResult 클래스의 인스턴스를 초기화합니다.
오버로드
ActivatableWorkflowsQueryResult() |
ActivatableWorkflowsQueryResult 클래스의 인스턴스를 초기화합니다. |
ActivatableWorkflowsQueryResult(IDictionary<XName,Object>) |
ActivatableWorkflowsQueryResult 클래스의 인스턴스를 만들고 매개 변수로 전달된 사전 개체의 데이터를 사용하여 ActivationParameters 속성을 초기화합니다. |
ActivatableWorkflowsQueryResult(IEnumerable<IDictionary<XName,Object>>) |
ActivatableWorkflowsQueryResult 클래스의 인스턴스를 만들고 매개 변수로 전달된 열거 가능한 사전 개체의 데이터를 사용하여 ActivationParameters 속성을 초기화합니다. |
ActivatableWorkflowsQueryResult()
ActivatableWorkflowsQueryResult 클래스의 인스턴스를 초기화합니다.
public:
ActivatableWorkflowsQueryResult();
public ActivatableWorkflowsQueryResult ();
Public Sub New ()
적용 대상
ActivatableWorkflowsQueryResult(IDictionary<XName,Object>)
ActivatableWorkflowsQueryResult 클래스의 인스턴스를 만들고 매개 변수로 전달된 사전 개체의 데이터를 사용하여 ActivationParameters 속성을 초기화합니다.
public:
ActivatableWorkflowsQueryResult(System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Object ^> ^ parameters);
public ActivatableWorkflowsQueryResult (System.Collections.Generic.IDictionary<System.Xml.Linq.XName,object> parameters);
new System.Activities.DurableInstancing.ActivatableWorkflowsQueryResult : System.Collections.Generic.IDictionary<System.Xml.Linq.XName, obj> -> System.Activities.DurableInstancing.ActivatableWorkflowsQueryResult
Public Sub New (parameters As IDictionary(Of XName, Object))
매개 변수
- parameters
- IDictionary<XName,Object>
활성화 매개 변수를 포함하는 사전 개체입니다.
적용 대상
ActivatableWorkflowsQueryResult(IEnumerable<IDictionary<XName,Object>>)
ActivatableWorkflowsQueryResult 클래스의 인스턴스를 만들고 매개 변수로 전달된 열거 가능한 사전 개체의 데이터를 사용하여 ActivationParameters 속성을 초기화합니다.
public:
ActivatableWorkflowsQueryResult(System::Collections::Generic::IEnumerable<System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Object ^> ^> ^ parameters);
public ActivatableWorkflowsQueryResult (System.Collections.Generic.IEnumerable<System.Collections.Generic.IDictionary<System.Xml.Linq.XName,object>> parameters);
new System.Activities.DurableInstancing.ActivatableWorkflowsQueryResult : seq<System.Collections.Generic.IDictionary<System.Xml.Linq.XName, obj>> -> System.Activities.DurableInstancing.ActivatableWorkflowsQueryResult
Public Sub New (parameters As IEnumerable(Of IDictionary(Of XName, Object)))
매개 변수
- parameters
- IEnumerable<IDictionary<XName,Object>>
활성화 매개 변수를 포함하는 열거 가능한 사전 개체입니다.
적용 대상
.NET