Share via


TimerJobUtility constructor

Initializes a new instance of a TimerJobUtility object.

Namespace:  Microsoft.Office.Server.Utilities
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    jobState As SPJobState _
)
'Usage
Dim name As String
Dim jobState As SPJobState

Dim instance As New TimerJobUtility(name, jobState)
public TimerJobUtility(
    string name,
    SPJobState jobState
)

Parameters

See also

Reference

TimerJobUtility class

TimerJobUtility members

Microsoft.Office.Server.Utilities namespace