다음을 통해 공유


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
System_CAPS_pubmethod AdSyncTaskClass()

Creates a new instance of the AdSyncTaskClass.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Pause()

Pauses the synchronization of Active Directory.

System_CAPS_pubmethod Resume()

Resumes the synchronization of Active Directory.

System_CAPS_pubmethod Start(Object, String)

Starts the synchronization of Active Directory to the local computer.

System_CAPS_pubmethod Stop(Int32)

Stops the synchronization of Active Directory.

System_CAPS_pubmethod 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

Microsoft.Storage Namespace

Return to top