For Babelfish Release 1.11.1.3

UserAuthenticationInitializeAsync Method

To complete the Constructor process a number of Async calls need to be made. Because it is not possible (at least not wise) to call Async within a constructor this InitializaAsync() method is used to complete the process. It should be called immediatly after the Constructor. If InitializeAsync() is not called an exception InitializeAsyncNotCompletedException() will be thrown.

Definition

Namespace: Scopos.BabelFish.Runtime.Authentication
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public Task InitializeAsync()

Return Value

Task

Exceptions

See Also