SessionLU0.SendResponse Method

Definition

Overloads

SendResponse(Int32)
SendResponse(Int32, SessionLU0SendIndication)

SendResponse(Int32)

public:
 void SendResponse(int senseCode);
public void SendResponse (int senseCode);
member this.SendResponse : int -> unit
Public Sub SendResponse (senseCode As Integer)

Parameters

senseCode
Int32

Applies to

SendResponse(Int32, SessionLU0SendIndication)

public:
 void SendResponse(int senseCode, Microsoft::HostIntegration::SNA::Session::SessionLU0SendIndication indication);
public void SendResponse (int senseCode, Microsoft.HostIntegration.SNA.Session.SessionLU0SendIndication indication);
member this.SendResponse : int * Microsoft.HostIntegration.SNA.Session.SessionLU0SendIndication -> unit
Public Sub SendResponse (senseCode As Integer, indication As SessionLU0SendIndication)

Parameters

senseCode
Int32

Applies to