Class EndRequestEventArgs
Arguments supplied when EndRequest fires. Indicates that a server round-trip has completed.
public sealed class EndRequestEventArgs : EventArgs
- Inheritance
-
EndRequestEventArgs
- Inherited Members
Properties
FunctionCode
SAP function code that ended the round-trip. Populated when using the COM event sink; empty in the polling fallback.
public string FunctionCode { get; }
Property Value
MessageType
Status bar message type character (S, W, E, A).
public string MessageType { get; }
Property Value
Text
Status bar text after the round-trip.
public string Text { get; }