Click or drag to resize
NbGroupGetGroupAsync Method
グループを取得する

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public static Task<NbGroup> GetGroupAsync(
	string groupName,
	NbService service = null
)

Parameters

groupName
Type: SystemString
グループ名
service (Optional)
Type: Nec.NebulaNbService
サービス

Return Value

Type: TaskNbGroup
取得したグループ情報
Exceptions
ExceptionCondition
ArgumentNullExceptionグループ名がnull
Version Information

Core

Supported in: 1.0
See Also