A Sandcastle Documented MVC project - Blog
EmailServiceSendAsync Method |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Blog.EmailService.SendAsync(Microsoft.AspNet.Identity.IdentityMessage)"]
Namespace: Blog
Assembly: Blog (in Blog.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Task SendAsync( IdentityMessage message )
function SendAsync(message);
Parameters
- message
- Type: IdentityMessage
[Missing <param name="message"/> documentation for "M:Blog.EmailService.SendAsync(Microsoft.AspNet.Identity.IdentityMessage)"]
Return Value
Type: Task[Missing <returns> documentation for "M:Blog.EmailService.SendAsync(Microsoft.AspNet.Identity.IdentityMessage)"]
Implements
IIdentityMessageService.SendAsync(IdentityMessage)Remarks
[Missing <remarks> documentation for "M:Blog.EmailService.SendAsync(Microsoft.AspNet.Identity.IdentityMessage)"]
See Also