UrlTask Class
Represents a task that starts a Web browser and accesses a specified URL. The task is started from the task pane of the Dashboard.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
System::MarshalByRefObject
Microsoft.WindowsServerSolutions.Administration.ObjectModel::Task
Microsoft.WindowsServerSolutions.Administration.ObjectModel::UrlTask
| Name | Description | |
|---|---|---|
![]() | UrlTask(Guid, String^, Uri^) | Initializes a new instance of the UrlTask class with the specified identifier, display name, and the specified URL. |
![]() | UrlTask(String^, Uri^) | Initializes a new instance of the UrlTask class with the specified display name and the specified URL. |
| Name | Description | |
|---|---|---|
![]() | Description | |
![]() | DisplayName | |
![]() | Icon | |
![]() | ID | Gets the identifier of the task.(Inherited from Task.) |
![]() | Tag | |
![]() | TaskStatus | Gets and sets the status of the current task.(Inherited from Task.) |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef(Type^) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from Task.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from Task.) |
![]() | ToString() | (Inherited from Object.) |
A task that is defined as UrlTask is not specific to objects listed in the list pane of the Dashboard. To define a task that is specific to a selected object, use UrlTask<TBusinessObject>.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


