summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/ObjectAdapterFactory.cs
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-07-07 11:49:14 +0200
committerJose <jose@zeroc.com>2016-07-07 11:49:14 +0200
commitb3a329dc11fed649d2871ec30cc831ac1122f045 (patch)
tree6b2db98e1d2d0c07591a4c4b5e354b30e9b6113d /csharp/src/Ice/ObjectAdapterFactory.cs
parentFixed bug where marshalling of optional object dictionaries as parameters wou... (diff)
downloadice-b3a329dc11fed649d2871ec30cc831ac1122f045.tar.bz2
ice-b3a329dc11fed649d2871ec30cc831ac1122f045.tar.xz
ice-b3a329dc11fed649d2871ec30cc831ac1122f045.zip
Update C# mapping with async/await
Diffstat (limited to 'csharp/src/Ice/ObjectAdapterFactory.cs')
-rw-r--r--csharp/src/Ice/ObjectAdapterFactory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/ObjectAdapterFactory.cs b/csharp/src/Ice/ObjectAdapterFactory.cs
index 80555d942ba..5fba2d4db52 100644
--- a/csharp/src/Ice/ObjectAdapterFactory.cs
+++ b/csharp/src/Ice/ObjectAdapterFactory.cs
@@ -212,7 +212,7 @@ namespace IceInternal
}
}
- public void flushAsyncBatchRequests(CommunicatorFlushBatch outAsync)
+ public void flushAsyncBatchRequests(CommunicatorFlushBatchAsync outAsync)
{
List<Ice.ObjectAdapterI> adapters;
lock(this)