AbstractInstance.CanUseAdapterObjectSampling Method

When overridden in a derived class, determines whether the instance can use adapter object sampling.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Protected Overridable Function CanUseAdapterObjectSampling As Boolean
'Usage
Dim returnValue As Boolean

returnValue = Me.CanUseAdapterObjectSampling()
protected virtual bool CanUseAdapterObjectSampling()

Return Value

Type: System.Boolean
true if the instance can use the adapter object sampling; otherwise, false.

See Also

Reference

AbstractInstance Class

AbstractInstance Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace