private void _iceI_Move(byte[] iceP_data, _System.Collections.Generic.Dictionary <string, string> context, bool synchronous, IceInternal.OutgoingAsyncCompletionCallback completed) { var outAsync = getOutgoingAsync <object>(completed); outAsync.invoke( _Move_name, Ice.OperationMode.Normal, Ice.FormatType.DefaultFormat, context, synchronous, write: (Ice.OutputStream ostr) => { BytesHelper.write(ostr, iceP_data); }); }