Collection Contents 前へ 次へ PDF

QAnywhere ユーザーズ・ガイド

iAnywhere.QAnywhere.Client ネームスペース

QAManagerBase クラス


このクラスは、QA Manager の抽象基本クラスです。メッセージの作成、送信、参照、受信の各サービスを提供します。シングル・スレッドで動作します。つまり、Manager を生成したスレッドだけが Manager の機能を呼び出すことができます。

プロトタイプ 

' Visual Basic
Public Class QAManagerBase
  Inherits Component

// C#
public class QAManagerBase :
  Component


QAManagerBase メンバ
isOpen フィールド
mgrBase フィールド
LastError プロパティ
LastErrorMessage プロパティ
Mode プロパティ
BrowseMessages メソッド
Close メソッド
CreateBinaryMessage メソッド
CreateTextMessage メソッド
Dispose メソッド
GetBooleanStoreProperty メソッド
GetDoubleStoreProperty メソッド
GetFloatStoreProperty メソッド
GetIntStoreProperty メソッド
GetLongStoreProperty メソッド
GetMessage メソッド
GetMessageNoWait メソッド
GetMessageTimeout メソッド
GetSbyteStoreProperty メソッド
GetShortStoreProperty メソッド
GetStoreProperty メソッド
GetStringStoreProperty メソッド
PutMessage メソッド
PutMessageTimeToLive メソッド
SetBooleanStoreProperty メソッド
SetDoubleStoreProperty メソッド
SetFloatStoreProperty メソッド
SetIntStoreProperty メソッド
SetLongStoreProperty メソッド
SetMessageListener メソッド
SetProperty メソッド
SetSbyteStoreProperty メソッド
SetShortStoreProperty メソッド
SetStoreProperty メソッド
SetStringStoreProperty メソッド
Start メソッド
Stop メソッド
TriggerSendReceive メソッド

Collection Contents 前へ 次へ PDF