TaskResultStatus(AsyncCallback, Object, EnterpriseManagementGroup) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor.
public:
TaskResultStatus(AsyncCallback ^ callback, System::Object ^ state, Microsoft::EnterpriseManagement::EnterpriseManagementGroup ^ managementGroup);
public TaskResultStatus (AsyncCallback callback, object state, Microsoft.EnterpriseManagement.EnterpriseManagementGroup managementGroup);
new Microsoft.EnterpriseManagement.Runtime.TaskResultStatus : AsyncCallback * obj * Microsoft.EnterpriseManagement.EnterpriseManagementGroup -> Microsoft.EnterpriseManagement.Runtime.TaskResultStatus
Public Sub New (callback As AsyncCallback, state As Object, managementGroup As EnterpriseManagementGroup)
Parameters
- callback
- AsyncCallback
The callback provided by the user.
- state
- Object
The state provided by the user.
- managementGroup
- EnterpriseManagementGroup
The management group this result was created in.