ResumeProcessResponse Constructor (Uri)

Initializes a new instance of the ResumeProcessResponse class with the specified 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 ResumeProcessResponse(name)
public ResumeProcessResponse(
    Uri name
)
public:
ResumeProcessResponse(
    Uri^ name
)
new : 
        name:Uri -> ResumeProcessResponse
public function ResumeProcessResponse(
    name : Uri
)

Parameters

  • name
    Type: System.Uri
    A T:System.Uri value containing the name of the process to be resumed.

See Also

Reference

ResumeProcessResponse Class

ResumeProcessResponse Overload

Microsoft.ComplexEventProcessing.ManagementService Namespace