DeleteRequest Constructor (Uri)

 

Initializes a new instance of the DeleteRequest class with the specified resource name.

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

Syntax

public DeleteRequest(
    Uri name
)
public:
DeleteRequest(
    Uri^ name
)
new : 
        name:Uri -> DeleteRequest
Public Sub New (
    name As Uri
)

Parameters

  • name
    Type: System.Uri

    A Uri object specifying the name of the resource to be deleted.

See Also

DeleteRequest Overload
DeleteRequest Class
Microsoft.ComplexEventProcessing.ManagementService Namespace

Return to top