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.UnRegister

Remove the sponsor from the sponsor list. The lease state changes to expired and the obejct will be collected by the GC

[Visual Basic]
Sub UnRegister( _
   ByVal obj As ISponsor _
)
[C#]
void UnRegister(
   ISponsor obj
);
[C++]
void UnRegister(
   ISponsor* obj
) = 0;
[JScript]
function UnRegister(
   obj : ISponsor
);

Parameters

obj
The lease sponsor

See Also

ILease Interface | ILease Members | System.Runtime.Remoting Namespace