Share via


ActivityApplication.Refresh method

Reloads this ActivityApplication object from the database.

Namespace:  Microsoft.Office.Server.ActivityFeed
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Sub Refresh ( _
    discardChanges As Boolean _
)
'Usage
Dim instance As ActivityApplication
Dim discardChanges As Boolean

instance.Refresh(discardChanges)
public void Refresh(
    bool discardChanges
)

Parameters

  • discardChanges
    Type: System.Boolean

    A value determining whether any uncommitted changes should be discarded from the object before refreshing from the database.

See also

Reference

ActivityApplication class

ActivityApplication members

Microsoft.Office.Server.ActivityFeed namespace