DeleteResponse Constructor (Uri)

 

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

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

Syntax

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

Parameters

  • name
    Type: System.Uri

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

See Also

DeleteResponse Overload
DeleteResponse Class
Microsoft.ComplexEventProcessing.ManagementService Namespace

Return to top