DOFresolve Method OpenDOF Object Access Library
Attempts to resolve the given credentials.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public void resolve(
	DOFCredentials credentials,
	int timeout
)

Parameters

credentials
Type: org.opendof.core.oalDOFCredentials
The credentials to resolve. Must not be null.
timeout
Type: SystemInt32
The amount of time to wait for the credentials to be resolved. Must not be less than zero.
Exceptions

ExceptionCondition
DOFErrorExceptionIf the credentials failed to be resolved in the time given.
DOFErrorException
Remarks

Attempts to resolve the given credentials.
See Also

Reference