SecurityTaskCollection Class

Represents a collection of Task objects that are associated to a SecurityAdapter. The tasks in the collection are displayed in the task pane of the Administration Console.

Namespace: Microsoft.EssentialBusinessServer.Console.ObjectModel
Assembly: Microsoft.EssentialBusinessServer.Console.ObjectModel.Security (in microsoft.essentialbusinessserver.console.objectmodel.security.dll)

[SerializableAttribute] 
public class SecurityTaskCollection : ICollection<SelectionTask>, IEnumerable<SelectionTask>, 
	IEnumerable
/** @attribute SerializableAttribute() */ 
public class SecurityTaskCollection implements ICollection<SelectionTask>, 
	IEnumerable<SelectionTask>, IEnumerable
SerializableAttribute 
public class SecurityTaskCollection implements ICollection<SelectionTask>, 
	IEnumerable<SelectionTask>, IEnumerable

A SecurityTaskCollection object is created by calling the CreateTasks method in a user-defined class.


System.Object
  Microsoft.EssentialBusinessServer.Console.ObjectModel.SecurityTaskCollection

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Server 2008 64-bit Edition, Windows Vista 64-bit Edition, Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

Target Platforms

Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

Community Additions

Show: