Share via


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)

Usage

Syntax

'Declaration
<SerializableAttribute> _
Public Class SecurityTaskCollection
    Implements ICollection(Of SelectionTask), IEnumerable(Of SelectionTask), _
    IEnumerable
[SerializableAttribute] 
public class SecurityTaskCollection : ICollection<SelectionTask>, IEnumerable<SelectionTask>, 
    IEnumerable
[SerializableAttribute] 
public ref 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

Remarks

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

Inheritance Hierarchy

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

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.

Platforms

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

See Also

Reference

SecurityTaskCollection Members
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace