Click or drag to resize
IdmNetClientCreateAsync Method
Create Object/Resource in Identity Manager Service (async await)

Namespace: IdmNet
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public Task<Message> CreateAsync(
	IdmResource resource
)

Parameters

resource
Type: IdmNet.ModelsIdmResource
Resource to be created

Return Value

Type: TaskMessage
Resource with its newly assigned ObjectID

Implements

IIdmNetClientCreateAsync(IdmResource)
See Also