// checkpoint byps.gen.cs.GenRemoteStub:133 public async Task ExpireAsync() { BRequest_RemoteWithAuthentication_expire req = new BRequest_RemoteWithAuthentication_expire(); Task <Object> task = Task <Object> .Factory.FromAsync(transport.BeginSend <Object>, transport.EndSend <Object>, req, null); await task; }
public override void write(Object obj1, BOutput bout1, long version) { BRequest_RemoteWithAuthentication_expire obj = (BRequest_RemoteWithAuthentication_expire)obj1; BOutputBin bout = (BOutputBin)bout1; BBufferBin bbuf = bout.bbuf; // checkpoint byps.gen.cs.PrintContext:494 bout.writeObj(obj.sessValue, false, null); }
public override Object read(Object obj1, BInput bin1, long version) { BInputBin bin = (BInputBin)bin1; BRequest_RemoteWithAuthentication_expire obj = (BRequest_RemoteWithAuthentication_expire)(obj1 != null ? obj1 : bin.onObjectCreated(new BRequest_RemoteWithAuthentication_expire())); BBufferBin bbuf = bin.bbuf; // checkpoint byps.gen.cs.PrintContext:449 obj.sessValue = (byps.test.api.auth.SessionInfo)bin.readObj(false, null); return(obj); }
// checkpoint byps.gen.cs.GenRemoteStub:133 public async Task ExpireAsync(){ BRequest_RemoteWithAuthentication_expire req = new BRequest_RemoteWithAuthentication_expire(); Task<Object> task = Task<Object>.Factory.FromAsync(transport.BeginSend<Object>, transport.EndSend<Object>, req, null); await task; }
public virtual void Expire(BAsyncResult<Object> asyncResult) { BRequest_RemoteWithAuthentication_expire req = new BRequest_RemoteWithAuthentication_expire(); transport.sendMethod(req, asyncResult); }
public virtual void Expire(BAsyncResult <Object> asyncResult) { BRequest_RemoteWithAuthentication_expire req = new BRequest_RemoteWithAuthentication_expire(); transport.sendMethod(req, asyncResult); }