Share via


LiveAuthClient.InitializeAsync(IEnumerable<String>, Object) method

Initializes the Session object by loading it from cache, specifying a list of scopes and a user state. [Windows Phone only]

Note

Windows Store apps do not support this method.

Syntax

public InitializeAsync(
  IEnumerable<String> scopes, 
  object userState
)
Public Function InitializeAsync(
  scopes As IEnumerable<String>,  
  userState As Object 
)

Parameters

scopes

userState

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Microsoft.Live

Assembly

Microsoft.Live.dll

See also

LiveAuthClient