Exemplo n.º 1
0
 private global::System.Threading.Tasks.Task <global::Bond.Comm.IMessage> foo44Async_Glue(global::Bond.Comm.IMessage param, global::Bond.Comm.ReceiveContext context, global::System.Threading.CancellationToken ct)
 {
     return(global::Bond.Comm.CodegenHelpers.Upcast <global::Bond.Comm.IMessage <dummy>,
                                                     global::Bond.Comm.IMessage>(
                foo44Async(param.Convert <dummy>(), ct)));
 }
Exemplo n.º 2
0
 private global::System.Threading.Tasks.Task foo14Async_Glue(global::Bond.Comm.IMessage param, global::Bond.Comm.ReceiveContext context, global::System.Threading.CancellationToken ct)
 {
     foo14Async(param.Convert <dummy>());
     return(global::Bond.Comm.CodegenHelpers.CompletedTask);
 }
Exemplo n.º 3
0
 private global::System.Threading.Tasks.Task foo15Async_Glue(global::Bond.Comm.IMessage param, global::Bond.Comm.ReceiveContext context, global::System.Threading.CancellationToken ct)
 {
     foo15Async(param.Convert<global::tests2.OtherBasicTypes>());
     return global::Bond.Comm.CodegenHelpers.CompletedTask;
 }
Exemplo n.º 4
0
 private global::System.Threading.Tasks.Task <global::Bond.Comm.IMessage> _rd_foo33Async_Glue(global::Bond.Comm.IMessage param, global::Bond.Comm.ReceiveContext context, global::System.Threading.CancellationToken ct)
 {
     return(global::Bond.Comm.CodegenHelpers.Upcast <global::Bond.Comm.IMessage <BasicTypes>,
                                                     global::Bond.Comm.IMessage>(
                _rd_foo33Async(param.Convert <BasicTypes>(), ct)));
 }
Exemplo n.º 5
0
 private global::System.Threading.Tasks.Task <global::Bond.Comm.IMessage> ConsumesGeneric2Async_Glue(global::Bond.Comm.IMessage param, global::Bond.Comm.ReceiveContext context, global::System.Threading.CancellationToken ct)
 {
     return(global::Bond.Comm.CodegenHelpers.Upcast <global::Bond.Comm.IMessage <global::Bond.Void>,
                                                     global::Bond.Comm.IMessage>(
                ConsumesGeneric2Async(param.Convert <SomeBox <List <int> > >(), ct)));
 }