C# Class Disco.Services.Interop.ActiveDirectory.ADDiscoverForestServers

Inheritance: Disco.Services.Tasks.ScheduledTask
Show file Open project: garysharp/Disco Class Usage Examples

Private Properties

Property Type Description
DiscoverForestServers List
ScheduleNow ScheduledTaskStatus

Public Methods

Method Description
LoadForestServersAsync ( ) : Task>
LoadForestServersBlocking ( ) : List

Protected Methods

Method Description
ExecuteTask ( ) : void

Private Methods

Method Description
DiscoverForestServers ( ) : List
ScheduleNow ( ) : ScheduledTaskStatus

Method Details

ExecuteTask() protected method

protected ExecuteTask ( ) : void
return void

LoadForestServersAsync() public static method

public static LoadForestServersAsync ( ) : Task>
return Task>

LoadForestServersBlocking() public static method

public static LoadForestServersBlocking ( ) : List
return List