Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The following code demonstrates a very simple lifetime configuration for a remote object.
Example
<configuration>
<system.runtime.remoting>
<application>
<lifetime
leaseTime = "10M"
sponsorshipTimeOut = "2M"
renewOnCallTime = "2M"
LeaseManagePollTime = "10s"
/>
</application>
</system.runtime.remoting>
</configuration>
See Also
Reference
System.Runtime.Remoting.RemotingConfiguration Class
Concepts
Configuration of Remote Applications
Channels
Channel Registration
Server-Side Registration
Client-Side Registration
Channel Registration
Other Resources
Registering Remote Objects Using Configuration Files
.NET Framework Remoting Overview