ResumeProcessRequest Constructor (Uri)

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

Parameters

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

See Also

Reference

ResumeProcessRequest Class

ResumeProcessRequest Overload

Microsoft.ComplexEventProcessing.ManagementService Namespace