NbUserResetPasswordWithEmailAsync Method |
パスワードリセット (email指定)
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public static Task ResetPasswordWithEmailAsync(
string email,
NbService service = null
)
Public Shared Function ResetPasswordWithEmailAsync (
email As String,
Optional service As NbService = Nothing
) As Task
public:
static Task^ ResetPasswordWithEmailAsync(
String^ email,
NbService^ service = nullptr
)
static member ResetPasswordWithEmailAsync :
email : string *
?service : NbService
(* Defaults:
let _service = defaultArg service null
*)
-> Task
Parameters
- email
- Type: SystemString
E-mail - service (Optional)
- Type: Nec.NebulaNbService
サービス
Return Value
Type:
TaskTask
Exceptions Exception | Condition |
---|
ArgumentNullException | E-mailがnull |
Version Information Core
Supported in: 1.0
See Also