LicenseCheckerRequestLicense Method |
Request licenses. Calls DHI.Generic.MikeZero.License.LicenseWrapper.RequestLicenseWin()
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public int RequestLicense(
int node1
)
Public Function RequestLicense (
node1 As Integer
) As Integer
public:
int RequestLicense(
int node1
)
Parameters
- node1
- Type: SystemInt32
[Missing <param name="node1"/> documentation for "M:DHI.Mike1D.Generic.LicenseChecker.RequestLicense(System.Int32)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:DHI.Mike1D.Generic.LicenseChecker.RequestLicense(System.Int32)"]
See Also