다음을 통해 공유


ProfileLoader.GetProfileLoader Method (ServerContext)

NOTE: This API is now obsolete.

Gets a ProfileLoader object from the context cache.

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

Syntax

'Declaration
<ObsoleteAttribute("ServerContext parameter is obsolete, use SPServiceContext instead.")> _
Public Shared Function GetProfileLoader ( _
    serverContext As ServerContext _
) As ProfileLoader
'Usage
Dim serverContext As ServerContext
Dim returnValue As ProfileLoader

returnValue = ProfileLoader.GetProfileLoader(serverContext)
[ObsoleteAttribute("ServerContext parameter is obsolete, use SPServiceContext instead.")]
public static ProfileLoader GetProfileLoader(
    ServerContext serverContext
)

Parameters

Return Value

Type: Microsoft.Office.Server.UserProfiles.ProfileLoader
The ProfileLoader object.

Remarks

Use the GetProfileLoader method if you are writing code for the Web. The GetProfileLoader method uses the default server context (the server context of the portal that you are currently browsing). A server context identifies the Shared Services Provider (SSP) to use. For more information about SSP, see Office SharePoint Server 2007: Applications and Services.

See Also

Reference

ProfileLoader Class

ProfileLoader Members

GetProfileLoader Overload

Microsoft.Office.Server.UserProfiles Namespace