LicenseStorageResultsType 枚举

定义

指定要在调用 GetLicenseStorageResults(LicenseStorageResultsType) 方法时从 ILicenseAcknowledgementChallenge 中检索的结果的类型。

public enum LicenseStorageResultsType
type LicenseStorageResultsType = 
Public Enum LicenseStorageResultsType
继承
LicenseStorageResultsType

字段

All 0

返回成功和失败的许可证存储结果。

Failures 2

仅返回失败的许可证存储结果。

Successes 1

仅返回成功的许可证存储结果。

适用于