IManagementService.GetTypeDefinition Method

Gets information about types present on the server.

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

Syntax

'Declaration
<FaultContractAttribute(GetType(InvalidNameFault), Action := "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/InvalidName")> _
<OperationContractAttribute(Action := "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetTypeDefinition",  _
    ReplyAction := "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetTypesResponse")> _
Function GetTypeDefinition ( _
    request As GetTypeDefinitionRequest _
) As GetResponse
'Usage
Dim instance As IManagementService 
Dim request As GetTypeDefinitionRequest 
Dim returnValue As GetResponse 

returnValue = instance.GetTypeDefinition(request)
[FaultContractAttribute(typeof(InvalidNameFault), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/InvalidName")]
[OperationContractAttribute(Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetTypeDefinition", 
    ReplyAction = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetTypesResponse")]
GetResponse GetTypeDefinition(
    GetTypeDefinitionRequest request
)
[FaultContractAttribute(typeof(InvalidNameFault), Action = L"https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/InvalidName")]
[OperationContractAttribute(Action = L"https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetTypeDefinition", 
    ReplyAction = L"https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetTypesResponse")]
GetResponse^ GetTypeDefinition(
    GetTypeDefinitionRequest^ request
)
[<FaultContractAttribute(typeof(InvalidNameFault), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/InvalidName")>]
[<OperationContractAttribute(Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetTypeDefinition", 
    ReplyAction = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetTypesResponse")>]
abstract GetTypeDefinition : 
        request:GetTypeDefinitionRequest -> GetResponse
function GetTypeDefinition(
    request : GetTypeDefinitionRequest
) : GetResponse

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.ManagementService.GetResponse
A response structure that describes types present on the server.

See Also

Reference

IManagementService Interface

Microsoft.ComplexEventProcessing.ManagementService Namespace