Pop3ClientNoopAsync Method (CancellationToken) |
'No operation' command
Namespace:
Aspose.Email.Clients.Pop3
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic Task NoopAsync(
CancellationToken token
)
Public Function NoopAsync (
token As CancellationToken
) As Task
public:
Task^ NoopAsync(
CancellationToken token
)
member NoopAsync :
token : CancellationToken -> Task
Parameters
- token
- Type: System.ThreadingCancellationToken
Propagates notification that operations should be canceled.
Return Value
Type:
TaskTask object, with delegate for this operation
See Also