LogPublishingProgress delegate

Reserved for internal use.

Namespace:  Microsoft.Office.SharePoint.ClientExtensions.Publishing
Assembly:  Microsoft.Office.SharePoint.ClientExtensions (in Microsoft.Office.SharePoint.ClientExtensions.dll)

Syntax

'Declaration
Public Delegate Sub LogPublishingProgress ( _
    category As LoggingCategory, _
    message As String _
)
'Usage
Dim instance As New LogPublishingProgress(AddressOf HandlerMethod)
public delegate void LogPublishingProgress(
    LoggingCategory category,
    string message
)

Parameters

See also

Reference

Microsoft.Office.SharePoint.ClientExtensions.Publishing namespace