Share via


AsyncResultType Enumeration

 

Asynchronous result type.

Namespace:   Microsoft.Management.Infrastructure.CimCmdlets
Assembly:  Microsoft.Management.Infrastructure.CimCmdlets (in Microsoft.Management.Infrastructure.CimCmdlets.dll)

Syntax

public enum AsyncResultType
public enum class AsyncResultType
type AsyncResultType
Public Enumeration AsyncResultType

Members

Member name Description
Completion

The operation completed successfully.

Exception

The operation completed with an exception.

Result

The operation completed and a result object is available.

See Also

Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top