// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task Compare_HebrewCAsync(byps.test.api.cons.HebrewZ ALEPH, byps.test.api.cons.HebrewZ BETH){
			BRequest_RemoteConstants_compare_HebrewC req = new BRequest_RemoteConstants_compare_HebrewC();			
			req.ALEPHValue = ALEPH;
			req.BETHValue = BETH;
			Task<Object> task = Task<Object>.Factory.FromAsync(transport.BeginSend<Object>, transport.EndSend<Object>, req, null);
			await task;
		}
		public virtual void SendArraysClass(byps.test.api.prim.PrimitiveTypes[,] arr2, byps.test.api.prim.PrimitiveTypes[,,] arr3, byps.test.api.prim.PrimitiveTypes[,,,] arr4, BAsyncResult<byps.test.api.prim.PrimitiveTypes[]> asyncResult) {
			BRequest_RemoteArrayTypes23_sendArraysClass req = new BRequest_RemoteArrayTypes23_sendArraysClass();			
			req.arr2Value = arr2;
			req.arr3Value = arr3;
			req.arr4Value = arr4;
			transport.sendMethod(req, asyncResult);
		}
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<String> PickAsync(byps.test.api.auth.SessionInfo sess, String fromTree){
			BRequest_LemonService_pick req = new BRequest_LemonService_pick();			
			req.sessValue = sess;
			req.fromTreeValue = fromTree;
			Task<String> task = Task<String>.Factory.FromAsync(transport.BeginSend<String>, transport.EndSend<String>, req, null);
			return await task;
		}
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<byps.test.api.prim.PrimitiveTypes[]> SendArraysClassAsync(byps.test.api.prim.PrimitiveTypes[,] arr2, byps.test.api.prim.PrimitiveTypes[,,] arr3, byps.test.api.prim.PrimitiveTypes[,,,] arr4){
			BRequest_RemoteArrayTypes23_sendArraysClass req = new BRequest_RemoteArrayTypes23_sendArraysClass();			
			req.arr2Value = arr2;
			req.arr3Value = arr3;
			req.arr4Value = arr4;
			Task<byps.test.api.prim.PrimitiveTypes[]> task = Task<byps.test.api.prim.PrimitiveTypes[]>.Factory.FromAsync(transport.BeginSend<byps.test.api.prim.PrimitiveTypes[]>, transport.EndSend<byps.test.api.prim.PrimitiveTypes[]>, req, null);
			return await task;
		}
Example #5
0
		public ArrayTypes4dim(bool[,,,] @boolean4, byte[,,,] @byte4, char[,,,] @char4, short[,,,] @short4, int[,,,] @int4, long[,,,] @long4, float[,,,] @float4, double[,,,] @double4, String[,,,] @string4, byps.test.api.prim.PrimitiveTypes[,,,] @primitiveTypes4) {
			this.boolean4Value = @boolean4;
			this.byte4Value = @byte4;
			this.char4Value = @char4;
			this.short4Value = @short4;
			this.int4Value = @int4;
			this.long4Value = @long4;
			this.float4Value = @float4;
			this.double4Value = @double4;
			this.string4Value = @string4;
			this.primitiveTypes4Value = @primitiveTypes4;
		}		
Example #6
0
		public ArrayTypes1dim(bool[] @boolean1, byte[] @byte1, char[] @char1, short[] @short1, int[] @int1, long[] @long1, float[] @float1, double[] @double1, String[] @string1, DateTime[] @date1, byps.test.api.prim.PrimitiveTypes[] @primitiveTypes1) {
			this.boolean1Value = @boolean1;
			this.byte1Value = @byte1;
			this.char1Value = @char1;
			this.short1Value = @short1;
			this.int1Value = @int1;
			this.long1Value = @long1;
			this.float1Value = @float1;
			this.double1Value = @double1;
			this.string1Value = @string1;
			this.date1Value = @date1;
			this.primitiveTypes1Value = @primitiveTypes1;
		}		
		public virtual void Compare_AllTypesC(bool bool1s, bool bool2s, char char1s, String stringNull, char char2s, short short1s, int int1s, long long1s, float float1s, double double1s, String string1s, byps.test.api.cons.AllTypesZ ALL, int[] arrInt, int[,,,] arrInt4, String[] arrStrings, String[,,,] arrStrings4, byps.test.api.cons.AllTypesZ[,] arrAll, BAsyncResult<bool> asyncResult) {
			BRequest_RemoteConstants_compare_AllTypesC req = new BRequest_RemoteConstants_compare_AllTypesC();			
			req.bool1sValue = bool1s;
			req.bool2sValue = bool2s;
			req.char1sValue = char1s;
			req.stringNullValue = stringNull;
			req.char2sValue = char2s;
			req.short1sValue = short1s;
			req.int1sValue = int1s;
			req.long1sValue = long1s;
			req.float1sValue = float1s;
			req.double1sValue = double1s;
			req.string1sValue = string1s;
			req.ALLValue = ALL;
			req.arrIntValue = arrInt;
			req.arrInt4Value = arrInt4;
			req.arrStringsValue = arrStrings;
			req.arrStrings4Value = arrStrings4;
			req.arrAllValue = arrAll;
			transport.sendMethod(req, asyncResult);
		}
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<bool> Compare_AllTypesCAsync(bool bool1s, bool bool2s, char char1s, String stringNull, char char2s, short short1s, int int1s, long long1s, float float1s, double double1s, String string1s, byps.test.api.cons.AllTypesZ ALL, int[] arrInt, int[,,,] arrInt4, String[] arrStrings, String[,,,] arrStrings4, byps.test.api.cons.AllTypesZ[,] arrAll){
			BRequest_RemoteConstants_compare_AllTypesC req = new BRequest_RemoteConstants_compare_AllTypesC();			
			req.bool1sValue = bool1s;
			req.bool2sValue = bool2s;
			req.char1sValue = char1s;
			req.stringNullValue = stringNull;
			req.char2sValue = char2s;
			req.short1sValue = short1s;
			req.int1sValue = int1s;
			req.long1sValue = long1s;
			req.float1sValue = float1s;
			req.double1sValue = double1s;
			req.string1sValue = string1s;
			req.ALLValue = ALL;
			req.arrIntValue = arrInt;
			req.arrInt4Value = arrInt4;
			req.arrStringsValue = arrStrings;
			req.arrStrings4Value = arrStrings4;
			req.arrAllValue = arrAll;
			Task<bool> task = Task<bool>.Factory.FromAsync(transport.BeginSend<bool>, transport.EndSend<bool>, req, null);
			return await task;
		}
Example #9
0
		public PrivateMembers(bool @boolVal, byte @byteVal, char @charVal, short @shortVal, int @intVal, long @longVal, float @floatVal, double @doubleVal, String @stringVal, byps.test.api.prim.PrimitiveTypes @primitiveTypes, bool[] @arrBool, int[] @arrInt, String[] @arrString, byps.test.api.prim.PrimitiveTypes[] @arrPrimitiveTypes, IList<bool> @listBool, IList<int> @listInt, IList<String> @listString, IList<byps.test.api.prim.PrimitiveTypes> @listPrimitiveTypes, IDictionary<int,IList<String>> @mapIntListString, int @protInt, int @pprotInt) {
			this.boolValValue = @boolVal;
			this.byteValValue = @byteVal;
			this.charValValue = @charVal;
			this.shortValValue = @shortVal;
			this.intValValue = @intVal;
			this.longValValue = @longVal;
			this.floatValValue = @floatVal;
			this.doubleValValue = @doubleVal;
			this.stringValValue = @stringVal;
			this.primitiveTypesValue = @primitiveTypes;
			this.arrBoolValue = @arrBool;
			this.arrIntValue = @arrInt;
			this.arrStringValue = @arrString;
			this.arrPrimitiveTypesValue = @arrPrimitiveTypes;
			this.listBoolValue = @listBool;
			this.listIntValue = @listInt;
			this.listStringValue = @listString;
			this.listPrimitiveTypesValue = @listPrimitiveTypes;
			this.mapIntListStringValue = @mapIntListString;
			this.protIntValue = @protInt;
			this.pprotIntValue = @pprotInt;
		}		
		public virtual void SetNode(byps.test.api.refs.Node v, BAsyncResult<Object> asyncResult) {
			BRequest_RemoteReferences_setNode req = new BRequest_RemoteReferences_setNode();			
			req.vValue = v;
			transport.sendMethod(req, asyncResult);
		}
		public virtual void SetNode(byps.test.api.refs.Node v) {
			BSyncResult<Object> asyncResult = new BSyncResult<Object>();			
			SetNode(v, BAsyncResultHelper.ToDelegate<Object>(asyncResult));
			asyncResult.GetResult();			
		}
Example #12
0
		public BServer_Testser addRemote(byps.test.api.srvr.BSkeleton_ClientIF remoteSkeleton) {
			addRemote(2049072174, remoteSkeleton);
			return this;
		}
Example #13
0
		public virtual bool Compare_AllTypesC(bool bool1s, bool bool2s, char char1s, String stringNull, char char2s, short short1s, int int1s, long long1s, float float1s, double double1s, String string1s, byps.test.api.cons.AllTypesZ ALL, int[] arrInt, int[,,,] arrInt4, String[] arrStrings, String[,,,] arrStrings4, byps.test.api.cons.AllTypesZ[,] arrAll) {
			BSyncResult<bool> asyncResult = new BSyncResult<bool>();			
			Compare_AllTypesC(bool1s, bool2s, char1s, stringNull, char2s, short1s, int1s, long1s, float1s, double1s, string1s, ALL, arrInt, arrInt4, arrStrings, arrStrings4, arrAll, BAsyncResultHelper.ToDelegate<bool>(asyncResult));
			return asyncResult.GetResult();			
		}
		public virtual byps.test.api.prim.PrimitiveTypes[] SendArraysClass(byps.test.api.prim.PrimitiveTypes[,] arr2, byps.test.api.prim.PrimitiveTypes[,,] arr3, byps.test.api.prim.PrimitiveTypes[,,,] arr4) {
			BSyncResult<byps.test.api.prim.PrimitiveTypes[]> asyncResult = new BSyncResult<byps.test.api.prim.PrimitiveTypes[]>();			
			SendArraysClass(arr2, arr3, arr4, BAsyncResultHelper.ToDelegate<byps.test.api.prim.PrimitiveTypes[]>(asyncResult));
			return asyncResult.GetResult();			
		}
		public virtual void SetActor(byps.test.api.inl.Actor act, BAsyncResult<Object> asyncResult) {
			BRequest_RemoteInlineInstance_setActor req = new BRequest_RemoteInlineInstance_setActor();			
			req.actValue = act;
			transport.sendMethod(req, asyncResult);
		}
		public virtual void SetPrimitiveTypes(byps.test.api.prim.PrimitiveTypes[,,,] v, BAsyncResult<Object> asyncResult) {
			BRequest_RemoteArrayTypes4dim_setPrimitiveTypes req = new BRequest_RemoteArrayTypes4dim_setPrimitiveTypes();			
			req.vValue = v;
			transport.sendMethod(req, asyncResult);
		}
Example #17
0
		public virtual String Pick(byps.test.api.auth.SessionInfo sess, String fromTree) {
			BSyncResult<String> asyncResult = new BSyncResult<String>();			
			Pick(sess, fromTree, BAsyncResultHelper.ToDelegate<String>(asyncResult));
			return asyncResult.GetResult();			
		}
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task SetPoint2DArray4dimAsync(byps.test.api.inl.Point2D[,,,] pointArray){
			BRequest_RemoteInlineInstance_setPoint2DArray4dim req = new BRequest_RemoteInlineInstance_setPoint2DArray4dim();			
			req.pointArrayValue = pointArray;
			Task<Object> task = Task<Object>.Factory.FromAsync(transport.BeginSend<Object>, transport.EndSend<Object>, req, null);
			await task;
		}
		public virtual void SetPoint2DArray4dim(byps.test.api.inl.Point2D[,,,] pointArray, BAsyncResult<Object> asyncResult) {
			BRequest_RemoteInlineInstance_setPoint2DArray4dim req = new BRequest_RemoteInlineInstance_setPoint2DArray4dim();			
			req.pointArrayValue = pointArray;
			transport.sendMethod(req, asyncResult);
		}
		public virtual void SetPoint2DArray4dim(byps.test.api.inl.Point2D[,,,] pointArray) {
			BSyncResult<Object> asyncResult = new BSyncResult<Object>();			
			SetPoint2DArray4dim(pointArray, BAsyncResultHelper.ToDelegate<Object>(asyncResult));
			asyncResult.GetResult();			
		}
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task SetActorAsync(byps.test.api.inl.Actor act){
			BRequest_RemoteInlineInstance_setActor req = new BRequest_RemoteInlineInstance_setActor();			
			req.actValue = act;
			Task<Object> task = Task<Object>.Factory.FromAsync(transport.BeginSend<Object>, transport.EndSend<Object>, req, null);
			await task;
		}
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task SetNodeAsync(byps.test.api.refs.Node v){
			BRequest_RemoteReferences_setNode req = new BRequest_RemoteReferences_setNode();			
			req.vValue = v;
			Task<Object> task = Task<Object>.Factory.FromAsync(transport.BeginSend<Object>, transport.EndSend<Object>, req, null);
			await task;
		}
Example #23
0
		public virtual BClient_Testser addRemote(byps.test.api.srvr.BSkeleton_ClientIF remoteSkeleton) {
			if (serverR == null) throw new BException(BExceptionC.NO_REVERSE_CONNECTIONS, "No reverse connections.");
			serverR.server.addRemote(2049072174, remoteSkeleton);
			return this;
		}
		public virtual void SetActor(byps.test.api.inl.Actor act) {
			BSyncResult<Object> asyncResult = new BSyncResult<Object>();			
			SetActor(act, BAsyncResultHelper.ToDelegate<Object>(asyncResult));
			asyncResult.GetResult();			
		}
Example #25
0
		public virtual void Pick(byps.test.api.auth.SessionInfo sess, String fromTree, BAsyncResult<String> asyncResult) {
			BRequest_LemonService_pick req = new BRequest_LemonService_pick();			
			req.sessValue = sess;
			req.fromTreeValue = fromTree;
			transport.sendMethod(req, asyncResult);
		}
		public virtual byps.test.api.inl.Point2D[] SendArraysInline(byps.test.api.inl.Point2D[,] arr2, byps.test.api.inl.Point2D[,,] arr3, byps.test.api.inl.Point2D[,,,] arr4) {
			BSyncResult<byps.test.api.inl.Point2D[]> asyncResult = new BSyncResult<byps.test.api.inl.Point2D[]>();			
			SendArraysInline(arr2, arr3, arr4, BAsyncResultHelper.ToDelegate<byps.test.api.inl.Point2D[]>(asyncResult));
			return asyncResult.GetResult();			
		}
		public virtual void SetPrimitiveTypes(byps.test.api.prim.PrimitiveTypes[,,,] v) {
			BSyncResult<Object> asyncResult = new BSyncResult<Object>();			
			SetPrimitiveTypes(v, BAsyncResultHelper.ToDelegate<Object>(asyncResult));
			asyncResult.GetResult();			
		}
		public virtual void SendArraysInline(byps.test.api.inl.Point2D[,] arr2, byps.test.api.inl.Point2D[,,] arr3, byps.test.api.inl.Point2D[,,,] arr4, BAsyncResult<byps.test.api.inl.Point2D[]> asyncResult) {
			BRequest_RemoteArrayTypes23_sendArraysInline req = new BRequest_RemoteArrayTypes23_sendArraysInline();			
			req.arr2Value = arr2;
			req.arr3Value = arr3;
			req.arr4Value = arr4;
			transport.sendMethod(req, asyncResult);
		}
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task SetPrimitiveTypesAsync(byps.test.api.prim.PrimitiveTypes[,,,] v){
			BRequest_RemoteArrayTypes4dim_setPrimitiveTypes req = new BRequest_RemoteArrayTypes4dim_setPrimitiveTypes();			
			req.vValue = v;
			Task<Object> task = Task<Object>.Factory.FromAsync(transport.BeginSend<Object>, transport.EndSend<Object>, req, null);
			await task;
		}
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<byps.test.api.inl.Point2D[]> SendArraysInlineAsync(byps.test.api.inl.Point2D[,] arr2, byps.test.api.inl.Point2D[,,] arr3, byps.test.api.inl.Point2D[,,,] arr4){
			BRequest_RemoteArrayTypes23_sendArraysInline req = new BRequest_RemoteArrayTypes23_sendArraysInline();			
			req.arr2Value = arr2;
			req.arr3Value = arr3;
			req.arr4Value = arr4;
			Task<byps.test.api.inl.Point2D[]> task = Task<byps.test.api.inl.Point2D[]>.Factory.FromAsync(transport.BeginSend<byps.test.api.inl.Point2D[]>, transport.EndSend<byps.test.api.inl.Point2D[]>, req, null);
			return await task;
		}