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)

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

Parameters

obj
The sponsor that should be registered

See Also

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