<< Click to Display Table of Contents >>

Service


Constructor Detail

Service

public Service(string url, string id, string pw, bool autoLogin, bool useUSL)

サーバー情報、状態、処理、メモリ開放などの処理機能を実行します。

Parameters

url:HTTP方式OZ ServerのURL

id:ユーザーID

pw:ユーザーのパスワード

autoLogin:自動ログインをするか否か

useUSL:USLを使用するか否か


Method Detail

GrabageCollect

public void GrabageCollect() throw OZCPException

使用されていないメモリを回収して再利用が出来るようにしてくれるgarbage collectionを実行します。

Ping

public bool Ping() throw OZCPException

サーバーが動作中であるか否かを確認します。

GetHandlerCount

public int GetHandlerCount() throw OZCPException

サーバーの同時実行数を確認します。