| QiSessionGetServiceAsync メソッド |
サービス名を指定してサービスを取得します。
名前空間: Baku.LibqiDotNetアセンブリ: Baku.LibqiDotNet (in Baku.LibqiDotNet.dll) バージョン: 2.0.0.0 (2.0.0.0)
構文 public QiFuture GetServiceAsync(
string name
)
Public Function GetServiceAsync (
name As String
) As QiFuture
public:
QiFuture^ GetServiceAsync(
String^ name
)
member GetServiceAsync :
name : string -> QiFuture
パラメーター
- name
- 型: SystemString
サービス名
戻り値
型:
QiFutureサービス名に対応した
QiObjectの取得予約
参照