WCF-Xtensions Class Reference for .NET
Close(TimeSpan) Method






Syntax
[__DynamicallyInvokable()]
public void Close( 
   System.TimeSpan timeout
)
public procedure Close( 
    timeout: System.TimeSpan
); 
__DynamicallyInvokableAttribute()
public function Close( 
   timeout : System.TimeSpan
);
[__DynamicallyInvokable()]
public: void Close( 
   System.TimeSpan timeout
) 
[__DynamicallyInvokable()]
public:
void Close( 
   System.TimeSpan timeout
) 
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Overloads Sub Close( _
   ByVal timeout As System.TimeSpan _
) 
 
'Usage
 
Dim instance As NoemaxWebServiceHost
Dim timeout As System.TimeSpan
 
instance.Close(timeout)

Parameters

timeout
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NoemaxWebServiceHost Class
NoemaxWebServiceHost Members
Overload List

Send Feedback