Click or drag to resize

SealManagerGetSeal Method

Returns the seal that matches the given ID.

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public Task<PsrSeal> GetSeal(
	Guid sealId
)

Parameters

sealId
Type: SystemGuid

Return Value

Type: TaskPsrSeal
See Also