Click or drag to resize
IdmNetClientGetAsync Method
Get an object by its ID from Identity Manager (async await)

Namespace: IdmNet
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public Task<IdmResource> GetAsync(
	string objectID,
	List<string> selection
)

Parameters

objectID
Type: SystemString
Resource ID for the object to retrieve
selection
Type: System.Collections.GenericListString

[Missing <param name="selection"/> documentation for "M:IdmNet.IdmNetClient.GetAsync(System.String,System.Collections.Generic.List{System.String})"]

Return Value

Type: TaskIdmResource
Resource matching ObjectID

Implements

IIdmNetClientGetAsync(String, ListString)
See Also