예제 #1
0
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task SetImagesAsync(IDictionary<int,System.IO.Stream> istrms, int doNotReadStreamAtKey){
			BRequest_RemoteStreams_setImages req = new BRequest_RemoteStreams_setImages();			
			req.istrmsValue = istrms;
			req.doNotReadStreamAtKeyValue = doNotReadStreamAtKey;
			Task<Object> task = Task<Object>.Factory.FromAsync(transport.BeginSend<Object>, transport.EndSend<Object>, req, null);
			await task;
		}
예제 #2
0
		public virtual void SetImages(IDictionary<int,System.IO.Stream> istrms, int doNotReadStreamAtKey, BAsyncResult<Object> asyncResult) {
			BRequest_RemoteStreams_setImages req = new BRequest_RemoteStreams_setImages();			
			req.istrmsValue = istrms;
			req.doNotReadStreamAtKeyValue = doNotReadStreamAtKey;
			transport.sendMethod(req, asyncResult);
		}