Interface IPortableRemoteObjectDelegate
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/rmi/CORBA/PortableRemoteObjectDelegate.html
public interface IPortableRemoteObjectDelegate
Methods
Connect(Remote, Remote)
void Connect(Remote arg0, Remote arg1)
Parameters
Exceptions
ExportObject(Remote)
void ExportObject(Remote arg0)
Parameters
Exceptions
Narrow(object, Class)
object Narrow(object arg0, Class arg1)
Parameters
Returns
Exceptions
ToStub(Remote)
Remote ToStub(Remote arg0)
Parameters
Returns
Exceptions
UnexportObject(Remote)
void UnexportObject(Remote arg0)