End asynchronous invocation of Put(Object).
            
        
        Namespace: Simol.AsyncAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public static void EndPut( this ISimol simol, IAsyncResult result )  | 
| Visual Basic | 
|---|
<ExtensionAttribute> _ Public Shared Sub EndPut ( _ simol As ISimol, _ result As IAsyncResult _ )  | 
| Visual C++ | 
|---|
[ExtensionAttribute] public: static void EndPut( ISimol^ simol, IAsyncResult^ result )  |