ToStarting ( ForwardedPortStatus &status ) : bool |
Returns a value indicating whether status has been changed to Starting. While a transition from Started to Starting is not possible, this method will return false for any such attempts. This is related to concurrency. |
|
ToStopping ( ForwardedPortStatus &status ) : bool |
Returns a value indicating whether status has been changed to Stopping. While a transition from Stopped to Stopping is not possible, this method will return false for any such attempts. This is related to concurrency. |
|