ProtocolSocketRemoveAspect Method |
Removes an aspect from a socket.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic bool RemoveAspect(
Type typeOfAspect
)
Parameters
- typeOfAspect
- Type: SystemType
The type of the aspect to remove.
Return Value
Type:
BooleanTrue if an aspect was found and removed.
Remarks
Thread safe.
See Also