Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Int32- The amount of requested time. 
See Also
ProviderServiceBase Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top