ReplicationObject.InternalRefresh Method

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
Protected MustOverride Sub InternalRefresh ( _
    load As Boolean _
)
'Usage
Dim load As Boolean

Me.InternalRefresh(load)
protected abstract void InternalRefresh(
    bool load
)
protected:
virtual void InternalRefresh(
    bool load
) abstract
abstract InternalRefresh : 
        load:bool -> unit 
protected abstract function InternalRefresh(
    load : boolean
)

Parameters