Summary
Request that the given portal be unregistered. This would prevent a portal
from being linked, and leave it in an idle state.
- Namespace
- ASL
.PortalSystem - Containing Type
- PortalManager
Syntax
public bool RequestUnregisterPortal(Portal portal)
Parameters
| Name | Type | Description |
|---|---|---|
| portal | Portal | Portal to be registered. |
Return Value
| Type | Description |
|---|---|
| bool | Unregistration success. |