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!

Lease.Register (ISponsor, TimeSpan)

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

Parameters

obj
[To be supplied.]
renewalTime
The renewal time of the lease

See Also

Lease Class | Lease Members | System.Runtime.Remoting Namespace | Lease.Register Overload List