共用方式為


工作階段整合器程式設計介面

會話整合器提供 COM 和.NET Framework介面,以使用 LU0 和 LU2 通訊協定,以程式設計方式授與 SNA 網路的存取權。 下表描述 COM 與.NET Framework介面之間的關聯性。

LU0 介面

COM .NET Description
IcomLU0 Microsoft.HostIntegration.SNA.Session.SessionLU0 透過 LU0 會話連線、傳送和接收資訊的主要介面。
Microsoft.HostIntegration.SNA.Session.SessionConnectionLU0 表示 LU0 連線。

SessionLU0 會使用 SessionConnectionLU0 包含相關的連接和初始化資訊。
Microsoft.HostIntegration.SNA.Session.SessionLU0Data 封裝您想要透過 LU0 傳送和接收的資訊。

SessionLU0SessionLU0Data在 和 Receive 方法中使用 Send 來傳送和接收資料。
Microsoft.HostIntegration.SNA.Session.SessionLU0InitType 包含初始化資訊。

SessionLU0 在初始化程式期間會使用這個類別,將初始化資訊傳遞至主機。
Microsoft.HostIntegration.SNA.Session.SessionLU0ReceiveIndication 表示與接收呼叫相關聯的會話目前狀態。
Microsoft.HostIntegration.SNA.Session.SessionLU0SendIndication 包含 方法 SessionLU0 所使用的 Send 值。

LU2 介面

COM .NET Description
Microsoft.HostIntegration.SNA.Session.SessionDisplay 提供 類別的連接 SessionDisplay 介面。
Microsoft.HostIntegration.SNA.Session.ScreenPosition 提供 LU2 畫面上位置的存取權。
Microsoft.HostIntegration.SNA.Session.ScreenCursor 提供螢幕上游標的存取權。
Microsoft.HostIntegration.SNA.Session.ScreenPartialField 提供螢幕欄位部分的存取權。
Microsoft.HostIntegration.SNA.Session.ScreenField 提供 LU2 畫面特定區域的存取權,包括資料和屬性。
Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection 包含類別的 ScreenField 集合。
Microsoft.HostIntegration.SNA.Session.ScreenPartialFieldCollection 包含類別的 ScreenPartialFields 集合。
Microsoft.HostIntegration.SNA.Session.ScreenFieldAttributeData 提供資料的所有 ScreenField 屬性。
Icom3270 Microsoft.HostIntegration.SNA.Session.SessionDisplay 透過 3270 連線存取網路的主要介面。
Microsoft.HostIntegration.SNA.Session.ScreenData 提供原始 3270 資料表示之特定區域的存取權。
Microsoft.HostIntegration.SNA.Session.SessionDisplayScript 可讓使用者取得在主機整合伺服器 3270 用戶端中建立的腳本,並以程式設計方式加以播放。
Microsoft.HostIntegration.SNA.Session.SessionDisplayVariableCollection 與 類別搭配 SessionDisplayScript 使用,以提供可在腳本中取代的變數。

另請參閱

工作階段整合器
使用工作階段整合器