| AGIReplyResultCode Property |
Returns the return code (the result as int).
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int ResultCode { get; }
Public ReadOnly Property ResultCode As Integer
Get
public:
property int ResultCode {
int get ();
}
member ResultCode : int with get
Return Value
Type:
Int32the return code or -1 if the result is not an int.
See Also