ProviderServiceBase.RequestAdditionalTime Method (Int32)
Requests additional time for the service.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public void RequestAdditionalTime(
int milliseconds
)
public:
void RequestAdditionalTime(
int milliseconds
)
Public Sub RequestAdditionalTime (
milliseconds As Integer
)
Parameters
milliseconds
Type: System.Int32The amount of requested time.
See Also
ProviderServiceBase Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top