SPJobStateManager.ReadToken method
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function ReadToken ( _
database As SPContentDatabase, _
key As String _
) As String
'Usage
Dim database As SPContentDatabase
Dim key As String
Dim returnValue As String
returnValue = SPJobStateManager.ReadToken(database, _
key)
public static string ReadToken(
SPContentDatabase database,
string key
)
Parameters
- database
Type: Microsoft.SharePoint.Administration.SPContentDatabase
- key
Type: System.String
Return value
Type: System.String