LicenseExpirationHandler Delegate
public delegate void LicenseExpirationHandler(
System.TimeSpan remaining
)
public delegate LicenseExpirationHandler(
remaining: System.TimeSpan
);
public delegate LicenseExpirationHandler(
remaining : System.TimeSpan
)
public: __gc __delegate void LicenseExpirationHandler(
System.TimeSpan remaining
)
public delegate void LicenseExpirationHandler(
System.TimeSpan remaining
)
'Declaration
Public Delegate Sub LicenseExpirationHandler( _
ByVal remaining As System.TimeSpan _
)
'Usage
Dim instance As New LicenseExpirationHandler(AddressOf HandlerMethod)
Parameters
- remaining
- The time remaining until the current license expires
Target Platforms: .NET CLR 4.8 or higher