SoLicenseRequestStatusSetRequest Method |
Namespace: OIV.Inventor.LockAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic void SetRequest(
string product,
string version,
int tokens
)
Public Sub SetRequest (
product As String,
version As String,
tokens As Integer
)
public:
void SetRequest(
String^ product,
String^ version,
int tokens
)
member SetRequest :
product : string *
version : string *
tokens : int -> unit
Parameters
- product
- Type: SystemString
- version
- Type: SystemString
- tokens
- Type: SystemInt32
Remarks
See Also