AssetManipulatedStreamEndWrite Method
|
Namespace:
Ingeniux.CMS.AssetContent
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax public override void EndWrite(
IAsyncResult asyncResult
)
Public Overrides Sub EndWrite (
asyncResult As IAsyncResult
)
public:
virtual void EndWrite(
IAsyncResult^ asyncResult
) override
abstract EndWrite :
asyncResult : IAsyncResult -> unit
override EndWrite :
asyncResult : IAsyncResult -> unit
Parameters
- asyncResult
- Type: SystemIAsyncResult
[Missing <param name="asyncResult"/> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.EndWrite(System.IAsyncResult)"]
See Also