AdSyncTaskClass Class
Represents an Active Directory synchronization task.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Inheritance Hierarchy
System.Object
Microsoft.Storage.AdSyncTaskClass
Syntax
[GuidAttribute("2AE64751-B728-4D6B-97A0-B2DA2E7D2A3B")]
[ClassInterfaceAttribute(0)]
public class AdSyncTaskClass : ITaskHandler, AdSyncTask
[GuidAttribute("2AE64751-B728-4D6B-97A0-B2DA2E7D2A3B")]
[ClassInterfaceAttribute(0)]
public ref class AdSyncTaskClass : ITaskHandler, AdSyncTask
[<GuidAttribute("2AE64751-B728-4D6B-97A0-B2DA2E7D2A3B")>]
[<ClassInterfaceAttribute(0)>]
type AdSyncTaskClass =
class
interface ITaskHandler
interface AdSyncTask
end
<GuidAttribute("2AE64751-B728-4D6B-97A0-B2DA2E7D2A3B")>
<ClassInterfaceAttribute(0)>
Public Class AdSyncTaskClass
Implements ITaskHandler, AdSyncTask
Constructors
Name | Description | |
---|---|---|
AdSyncTaskClass() | Creates a new instance of the AdSyncTaskClass. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Pause() | Pauses the synchronization of Active Directory. |
|
Resume() | Resumes the synchronization of Active Directory. |
|
Start(Object, String) | Starts the synchronization of Active Directory to the local computer. |
|
Stop(Int32) | Stops the synchronization of Active Directory. |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Return to top