Exemple #1
0
 /// <inheritdoc />
 protected override bool ReleaseHandle() => PdhApi.PdhCloseQuery(this.handle) == PdhErrorCode.Success;
Exemple #2
0
 protected override bool ReleaseHandle() => PdhApi.PdhRemoveCounter(this.handle) == PdhErrorCode.Success;