/// <summary> /// Construct a new embedded portmap service thread and associate /// it with the portmap object to be used as the service. /// </summary> /// <remarks> /// Construct a new embedded portmap service thread and associate /// it with the portmap object to be used as the service. The service /// is not started yet. /// </remarks> public OncRpcEmbeddedPortmapThread(OncRpcEmbeddedPortmap _enclosing, OncRpcEmbeddedPortmap.embeddedjportmap portmap) { this._enclosing = _enclosing; this.portmap = portmap; }
/// <summary>Creates a new instance of an embeddable portmap service.</summary> /// <remarks>Creates a new instance of an embeddable portmap service.</remarks> /// <exception cref="System.IO.IOException"></exception> /// <exception cref="org.acplt.oncrpc.OncRpcException"></exception> public embeddedjportmap(OncRpcEmbeddedPortmap _enclosing) { this._enclosing = _enclosing; }