The Progress
class contains information describe the progress of an operation.
More...
List of all members.
Detailed Description
The Progress
class contains information describe the progress of an operation.
This class was added in vSphere API 6.7.
Constructor & Destructor Documentation
vmware::cis::task::Progress::Progress |
( |
| ) |
[inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
Member Function Documentation
T vmware::cis::task::Progress::_ConvertTo< T > |
( |
| ) |
[inline] |
- Type Constraints
-
T | : | vmware.vapi.bindings.IStructure | |
vmware.vapi.data.StructValue vmware::cis::task::Progress::_GetDataValue |
( |
| ) |
[inline] |
vmware.vapi.bindings.type.StructType vmware::cis::task::Progress::_GetType |
( |
| ) |
[inline] |
bool vmware::cis::task::Progress::_HasTypeNameOf< T > |
( |
| ) |
[inline] |
- Type Constraints
-
T | : | vmware.vapi.bindings.IStructure | |
void vmware::cis::task::Progress::_Validate |
( |
| ) |
[inline] |
override bool vmware::cis::task::Progress::Equals |
( |
object |
obj | ) |
[inline] |
long vmware::cis::task::Progress::GetCompleted |
( |
| ) |
[inline] |
The amount of work completed for the operation.
The value can only be incremented. This attribute was added in vSphere API 6.7.
override int vmware::cis::task::Progress::GetHashCode |
( |
| ) |
[inline] |
vmware.vapi.std.LocalizableMessage vmware::cis::task::Progress::GetMessage |
( |
| ) |
[inline] |
Message about the work progress.
This attribute was added in vSphere API 6.7.
long vmware::cis::task::Progress::GetTotal |
( |
| ) |
[inline] |
Total amount of the work for the operation.
This attribute was added in vSphere API 6.7.
void vmware::cis::task::Progress::SetCompleted |
( |
long |
completed | ) |
[inline] |
The amount of work completed for the operation.
The value can only be incremented. This attribute was added in vSphere API 6.7.
void vmware::cis::task::Progress::SetMessage |
( |
vmware.vapi.std.LocalizableMessage |
message | ) |
[inline] |
Message about the work progress.
This attribute was added in vSphere API 6.7.
void vmware::cis::task::Progress::SetTotal |
( |
long |
total | ) |
[inline] |
Total amount of the work for the operation.
This attribute was added in vSphere API 6.7.
override string vmware::cis::task::Progress::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: