This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Services.
Summary
Checks if the named service can be shutdown
Syntax
public static bool CanServiceShutdown(this ICakeContext context, string name)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The cake context. |
name |
string |
The name that identifies the service to the system. |
Return Value
Type |
Description |
bool |
If the service can be shutdown. |