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

[Visual Basic]
Property SponsorshipTimeout As TimeSpan
[C#]
TimeSpan SponsorshipTimeout {get; set;}
[C++]
TimeSpan get_SponsorshipTimeout() = 0;void set_SponsorshipTimeout(TimeSpan) = 0;
[JScript]
abstract function get SponsorshipTimeout() : TimeSpan;
public abstract function set SponsorshipTimeout(TimeSpan);

See Also

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