IApplicationRequestRestart Method |
Invokes a request restart query box
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid RequestRestart(
string i_ReasonWhy
)
Sub RequestRestart (
i_ReasonWhy As String
)
Dim instance As IApplication
Dim i_ReasonWhy As String
instance.RequestRestart(i_ReasonWhy)
void RequestRestart(
[InAttribute] String^ i_ReasonWhy
)
Parameters
- i_ReasonWhy
- Type: SystemString
See Also