NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ILease.Register (ISponsor, TimeSpan)

[Visual Basic]
Overloads Sub Register( _
   ByVal obj As ISponsor, _
   ByVal renewalTime As TimeSpan _
)
[C#]
void Register(
   ISponsor obj,
   TimeSpan renewalTime
);
[C++]
void Register(
   ISponsor* obj,
   TimeSpan renewalTime
) = 0;
[JScript]
function Register(
   obj : ISponsor,
   renewalTime : TimeSpan
);

Parameters

obj
[To be supplied.]
renewalTime
Renew the lease by this amount whenever a method is called on the remote object

See Also

ILease Interface | ILease Members | System.Runtime.Remoting Namespace | ILease.Register Overload List