GetTypeDefinitionRequest Constructor (TypeIdentifier, IEnumerable<TypeIdentifier>)

Initializes a new instance of the GetTypeDefinitionRequest class with the specified constituent name.

Namespace:  Microsoft.ComplexEventProcessing.ManagementService
Assembly:  Microsoft.ComplexEventProcessing.ManagementService (in Microsoft.ComplexEventProcessing.ManagementService.dll)

Syntax

'Declaration
Public Sub New ( _
    typeIdentifier As TypeIdentifier, _
    genericArguments As IEnumerable(Of TypeIdentifier) _
)
'Usage
Dim typeIdentifier As TypeIdentifier 
Dim genericArguments As IEnumerable(Of TypeIdentifier)

Dim instance As New GetTypeDefinitionRequest(typeIdentifier, _
    genericArguments)
public GetTypeDefinitionRequest(
    TypeIdentifier typeIdentifier,
    IEnumerable<TypeIdentifier> genericArguments
)
public:
GetTypeDefinitionRequest(
    TypeIdentifier^ typeIdentifier, 
    IEnumerable<TypeIdentifier^>^ genericArguments
)
new : 
        typeIdentifier:TypeIdentifier * 
        genericArguments:IEnumerable<TypeIdentifier> -> GetTypeDefinitionRequest
public function GetTypeDefinitionRequest(
    typeIdentifier : TypeIdentifier, 
    genericArguments : IEnumerable<TypeIdentifier>
)

Parameters

See Also

Reference

GetTypeDefinitionRequest Class

GetTypeDefinitionRequest Overload

Microsoft.ComplexEventProcessing.ManagementService Namespace