Table of Contents

Class EndRequestEventArgs

Namespace
SapGui.Wrapper
Assembly
SapGui.Wrapper.dll

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

string

MessageType

Status bar message type character (S, W, E, A).

public string MessageType { get; }

Property Value

string

Text

Status bar text after the round-trip.

public string Text { get; }

Property Value

string