RfidMarshalByRefObject.Renewal Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

This method supports the BizTalk RFID infrastructure and is not intended to be used directly from your code.

Namespace: MS.Internal.Rfid.Service
Assembly: Microsoft.Rfid.Util (in microsoft.rfid.util.dll)

Syntax

'Declaration

<SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags:=SecurityPermissionFlag.Infrastructure)> _
Public Function Renewal ( _
    lease As ILease _
) As TimeSpan
[SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags=SecurityPermissionFlag.Infrastructure)] 
public TimeSpan Renewal (
    ILease lease
)
[SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags=SecurityPermissionFlag::Infrastructure)] 
public:
virtual TimeSpan Renewal (
    ILease^ lease
) sealed
/** @attribute SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags=SecurityPermissionFlag.Infrastructure) */ 
public final TimeSpan Renewal (
    ILease lease
)
public final function Renewal (
    lease : ILease
) : TimeSpan

Parameters

  • lease
    Instance of a lifetime lease object that is used by the remoting lifetime service.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

RfidMarshalByRefObject Class
RfidMarshalByRefObject Members
MS.Internal.Rfid.Service Namespace