SPJobStateManager.WriteToken method
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Sub WriteToken ( _
database As SPContentDatabase, _
key As String, _
value As String _
)
'Usage
Dim database As SPContentDatabase
Dim key As String
Dim value As StringSPJobStateManager.WriteToken(database, key, value)
public static void WriteToken(
SPContentDatabase database,
string key,
string value
)
Parameters
- database
Type: Microsoft.SharePoint.Administration.SPContentDatabase
- key
Type: System.String
- value
Type: System.String