UrlTask<TBusinessObject> Constructor
Initializes a new instance of the UrlTask<TBusinessObject> class.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Overload List
Name | Description | |
---|---|---|
UrlTask<TBusinessObject>(String, Converter<TBusinessObject, Uri>) | Initializes a new instance of the UrlTask<TBusinessObject> class with the specified display name and the Uri object that is returned from the specified delegate method. |
|
UrlTask<TBusinessObject>(String, Uri) | Initializes a new instance of the UrlTask<TBusinessObject> class with the specified display name and the specified URL. |
See Also
UrlTask<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top