WCF-Xtensions Class Reference for .NET
EndClose Method (NoemaxWebServiceHost)






Syntax
[__DynamicallyInvokable()]
public void EndClose( 
   System.IAsyncResult result
)
public procedure EndClose( 
    result: System.IAsyncResult
); 
__DynamicallyInvokableAttribute()
public function EndClose( 
   result : System.IAsyncResult
);
[__DynamicallyInvokable()]
public: void EndClose( 
   System.IAsyncResult* result
) 
[__DynamicallyInvokable()]
public:
void EndClose( 
   System.IAsyncResult^ result
) 
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Sub EndClose( _
   ByVal result As System.IAsyncResult _
) 
 
'Usage
 
Dim instance As NoemaxWebServiceHost
Dim result As System.IAsyncResult
 
instance.EndClose(result)

Parameters

result
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

Send Feedback