Click or drag to resize
NbOfflineObjectPartUpdateAsync Method
オフラインオブジェクトの部分更新はサポートしない。 常に NotImplementedException をスローする。

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Offline (in Nec.Nebula.Offline.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public override Task<NbObject> PartUpdateAsync(
	NbJsonObject json
)

Parameters

json
Type: Nec.NebulaNbJsonObject
JSON

Return Value

Type: TaskNbObject
オブジェクト
Exceptions
ExceptionCondition
NotSupportedException未サポート
Version Information

Offline

Supported in: 1.0
See Also