WSSSynchScheduler.AddToExcludeList Method
Adds the synchronization schedule to the exclude list. Do not use this member directly from your code; instead, uses stsadm.exe.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub AddToExcludeList ( _
guidWebApplication As Guid _
)
'Usage
Dim instance As WSSSynchScheduler
Dim guidWebApplication As Guid
instance.AddToExcludeList(guidWebApplication)
public void AddToExcludeList(
Guid guidWebApplication
)
Parameters
- guidWebApplication
Type: System.Guid
The GUID of the Web application.
Remarks
The WSSSynchScheduler class is not intended to be used directly from your code; use stsadm.exe instead.