Click or drag to resize
NbOfflineUserLoginWithEmailAsync Method
Email でログインする

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Offline (in Nec.Nebula.Offline.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public static Task<NbUser> LoginWithEmailAsync(
	string email,
	string password,
	NbUserLoginMode mode = 0,
	NbService service = null
)

Parameters

email
Type: SystemString
E-mail
password
Type: SystemString
パスワード
mode (Optional)
Type: Nec.NebulaNbUserLoginMode
ログインモード(デフォルトはOnline)
service (Optional)
Type: Nec.NebulaNbService
サービス

Return Value

Type: TaskNbUser
ログインしたユーザ情報
Exceptions
ExceptionCondition
ArgumentNullExceptionE-mail、パスワードがnull
UnauthorizedAccessException前回と異なるユーザでのログイン
Version Information

Offline

Supported in: 1.0
See Also