'Declaration
Public Delegate Function RetrieveLicenseHandler() As System.String
'Usage
Dim instance As New RetrieveLicenseHandler(AddressOf HandlerMethod)
public delegate System.string RetrieveLicenseHandler()
public delegate RetrieveLicenseHandler();
public delegate RetrieveLicenseHandler() : System.String
public: __gc __delegate System.string* RetrieveLicenseHandler();
public delegate System.String^ RetrieveLicenseHandler();
Return Value
A previously stored license string - as passed via StoreLicense