Sdílet prostřednictvím


EventQueueName Konstruktory

Definice

Inicializuje novou instanci EventQueueName třídy.

Přetížení

EventQueueName(Type, String)

Inicializuje novou instanci EventQueueName třídy pomocí zadaného Type názvu operace a.

EventQueueName(Type, String, ICollection<CorrelationProperty>)

Inicializuje novou instanci EventQueueName třídy.

EventQueueName(Type, String)

Inicializuje novou instanci EventQueueName třídy pomocí zadaného Type názvu operace a.

public:
 EventQueueName(Type ^ interfaceType, System::String ^ operation);
public EventQueueName (Type interfaceType, string operation);
new System.Workflow.Activities.EventQueueName : Type * string -> System.Workflow.Activities.EventQueueName
Public Sub New (interfaceType As Type, operation As String)

Parametry

interfaceType
Type

Rozhraní, které se Type má přidružit k EventQueueName .

operation
String

Řetězec obsahující název operace, která má být přidružena k EventQueueName .

Platí pro

EventQueueName(Type, String, ICollection<CorrelationProperty>)

Inicializuje novou instanci EventQueueName třídy.

public:
 EventQueueName(Type ^ interfaceType, System::String ^ operation, System::Collections::Generic::ICollection<System::Workflow::Runtime::CorrelationProperty ^> ^ propertyValues);
public EventQueueName (Type interfaceType, string operation, System.Collections.Generic.ICollection<System.Workflow.Runtime.CorrelationProperty> propertyValues);
new System.Workflow.Activities.EventQueueName : Type * string * System.Collections.Generic.ICollection<System.Workflow.Runtime.CorrelationProperty> -> System.Workflow.Activities.EventQueueName
Public Sub New (interfaceType As Type, operation As String, propertyValues As ICollection(Of CorrelationProperty))

Parametry

interfaceType
Type

TypeRozhraní.

operation
String

Řetězec obsahující název operace, která má být přidružena k EventQueueName .

propertyValues
ICollection<CorrelationProperty>

CorrelationPropertyKolekce definující hodnoty vlastností, které se mají přidružit EventQueueName .

Platí pro