UnregisterEndpoints() public method

Remove from the list of endpoints, all endpoints that reference the given socket.
public UnregisterEndpoints ( [ socket ) : void
socket [ the socket to remove all references to
return void
Example #1
0
 protected void UnregisterEndpoints([NotNull] SocketBase socket)
 {
     m_ctx.UnregisterEndpoints(socket);
 }