GetEntityTypeRequest Constructor (Uri)

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

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

Syntax

'Declaration
Public Sub New ( _
    name As Uri _
)
'Usage
Dim name As Uri 

Dim instance As New GetEntityTypeRequest(name)
public GetEntityTypeRequest(
    Uri name
)
public:
GetEntityTypeRequest(
    Uri^ name
)
new : 
        name:Uri -> GetEntityTypeRequest
public function GetEntityTypeRequest(
    name : Uri
)

Parameters

  • name
    Type: System.Uri
    A T:System.Uri object specifying the name of the entity.

See Also

Reference

GetEntityTypeRequest Class

GetEntityTypeRequest Overload

Microsoft.ComplexEventProcessing.ManagementService Namespace