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!

LeaseSink Constructor

??????????????????????????????

[Visual Basic]
Public Sub New( _
   ByVal lease As Lease, _
   ByVal nextSink As IMessageSink _
)
[C#]
public LeaseSink(
   Lease lease,
   IMessageSink nextSink
);
[C++]
public: LeaseSink(
   Lease* lease,
   IMessageSink* nextSink
);
[JScript]
public function LeaseSink(
   lease : Lease,
   nextSink : IMessageSink
);

Parameters

lease
[To be supplied.]
nextSink
[To be supplied.]

See Also

LeaseSink Class | LeaseSink Members | System.Runtime.Remoting Namespace