SessionLU0.SendResponse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- indication
- SessionLU0SendIndication