Azure newby! Persist an object across multiple Azure WCF Service Calls.

I have created a small .NET Library (DLL) which does custom calculations and such.
I would like to create an Azure WCF service which basically wraps this libraries API.
The library, by necessity, is setup like an engine that must be initialized before use, so I don't want each and every service call to instantiate its own copy of the library. Is there a way to have the first call instantiate the library
and then persist it somewhere so that other service calls will just use the same instance?

Hello,
We are researching on the query and would get back to you soon on this.
I apologize for the inconvenience and appreciate your time and patience in this matter.
Regards,
Azam khan

Similar Messages

  • Query unread emils across multiple mailboxes in one call

    Hi everyone,
    I have developed an application that read emails from exchange server. Currently I’m using exchange WebDAV and check each mailbox one by one to read emails.
    Now question is,
    if I want to read emails from multiple mailboxes in single call without going each mailbox one by one, how it is possible using exchange WebDAV, if no then which method is best for it?
    Thanks

    Hi,
    According to my technology and research, WebDAV can implement batch request. For your reference:
    https://msdn.microsoft.com/en-us/library/ms877286%28v=exchg.65%29.aspx?f=255&MSPPError=-2147217396
    However, Exchange 2013 doesn’t support WebDAV connections. More details about What's discontinued in Exchange 2013:
    https://technet.microsoft.com/en-us/library/jj619283%28v=exchg.150%29.aspx
    For your question, we may can do this by using EWS.
    Additional, this question may be related to Exchange development. Please contact relevant team so that you can get more professional suggestion, for your convenience:
    https://social.technet.microsoft.com/Forums/office/en-US/home?forum=exchangesvrdevelopment
    Thanks
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Allen Wang
    TechNet Community Support

  • Create proxy to an object created by a wcf service class

    Hi
    We are trying to develop a WCF Service which is configured as per-session.
    The service object creates another object which has some data + functions, and has its own Interface which is available on both client and server.
    Is it possible to somehow create a proxy of this object on the client so that the client can call the object functions directly ?
    Thanks
    Abhishek
    PS:
    The object interface is also configured as a servicecontract and the object class is also configured as a service. However if we call this service independently, it creates a new instance of the object.

    Hi Amy
    Many thanks for replying.
    OK let me try to explain by way of example code appended after my signature.
    Let us say we have a service which implements Iservice1. The service contract has an operation returning an object of type Userinfo. In addition to data, the userinfo class has a method GetHistory which returns a datatable.
    Datacontract and Datamember attributes will cause the UserInfo object to be recreated on the client. But what I really want is a proxy to this userinfo object, so that the GetHistory function can be called directly rather than going through Iservice1.
    In general, I want the service class to be able to create a server object and then let the client have its proxy.
    Kindly advise.
    Thanks
    Abhishek
    -----Code Begins ---------------------------------
        [ServiceContract]
        public interface IService1
            [OperationContract]
            UserInfo  SelectUserDetails(UserID as Integer);
        [DataContract]
        public class UserInfo
            int userid;
            string username;
            [DataMember]
            public int UserID
                get { return userid; }
                set { userid = value; }
            [DataMember]
            public string UserName
                get { return username; }
                set { username = value; }
            public DataTable GetHistory()

  • JAXB: Shared objects across multiple xsds

    Hi all,
    Have three xsd files which all contain a few shared classes, I use xjc to put each one into a different package, and then of course they're incompatible with each other. I've tried placing all generated code in one package but the object managers aren't created properly. Also tried creating a base class and extending each shared class from there but that didn't work either.
    Does anyone know the best way to do this without manually modifiying the xml?
    Grateful for any help,
    Many thanks,
    Chris.

    That's too bad. Can't you record the update all function, create a batch, and run through all the psd files?
    Btw, the Photoline betas now also include a placeholder layer that instantly updates when the user changes the externally linked file(s). If the file with the externally linked content is open while changing the file(s), Photoline automatically senses the change, and will update accordingly. No need for an update function.
    I wonder if the Photoshop devs could include a similar function for their linked smart objects. It would simplify life.

  • Distribute Objects Across Multiple Pages

    HI
    I want to drag a *lot* of images into a Page Layout and have Pages create enough pages to distribute them evenly.
    I have no dead how many pages I'll need .... I expected to be able to add them to a page, the "Distribute Vetically" to have the app make as many pages as required. But it piles the images on top of each other!
    Any Ideas?
    Thanks
    Lee

    Well not necessarily one image per page .... if 2 fitted per page that would be fine. But I needed to avoid placing hundreds of images each onto a spot on a page. It would have taken hours.
    I was hoping pages could didtribute the images for me across as many pages as required. I thought my question conveyed that. Sorry if I confused the issue though.
    As it turnred out the result from PDF Pen was fine ...
    Thanks
    Lee

  • Sharing persistent package variables across multiple sessions

    I don't think this is possible, but I'd love to be proven that it can be done. Basically I'm looking for something similar to the static classmembers concept in various OO languages.

    Doesn't exist in any documentation I've ever found. Instead you can try this:
    Create a table and make the variables you want to share the columns of the table. Then insert one row of nulls. Give your users update but not insert or delete privileges on the table. Then you'll have a table with one and only one row with a columns for your global values.
    Best!
    Randall
    null

  • Numerare automaticamente oggetti in più pagine/automatically numbered objects across multiple pages

    Buongiorno,
    devo numerare automaticamente dei box (sono dei buoni per un supermercato) all'interno di un foglio A4 in un file composto da 500 pagine, come faccio a nominare ogni singolo box (3 per ogni a4) su tutto il file?
    Hi
    I have automatically number the boxes inside an A4 sheet (3 for one A4) in a file of 500 pages,  how can I do? please help me thanks

    If they don't need to be stack collated, the easiest way is to create a numbered list in a single column in Excel, then save that as a plain text file.
    From that point I would put all three coupon instances on the master page with a blank text frame positioned where the number goes and link thoe three frames. Add a pargarph style to the frame (click the text cursor inside it so you can add formatting) to format the numbers and include in the style definition a Keep Option to Start Paragraph in Next Frame. Go to Page 1 and place the text file inthe first frame, holding down the Shift key.

  • Host tcp wcf service on azure

    Hi,
    I have query regarding can TCP service be deployed on Azure with certificate security.
    I am fresher to Microsoft Azure and I have questions regarding deploy TCP WCF Service on Azure and is there issues while hosting TCP WCF through Net TCP Binding. Can I develop tcp service with certificate security. Can you please provide me sample
    code with detail.
    Thanks in advance
    Regards,
    Amit Khurana

    Hi, 
    The below stack overflow thread is similar to the present scenario.
    You might want  to check this
    http://stackoverflow.com/questions/27501683/self-hosted-wcf-service-on-azure-vm-windows-server
    Hope this helps !
    Regards,
    Sowmya

  • Select multiple objects across pages (cs3)

    Hi
    Is it possible to select multiple objects across pages? All objects have an object style attache and have to be moved 0,7 mm to up. Maybe with a script?
    thanx
    S

    OK, the move part was much easier than I had anticipated. I think I was thinking of moving graphics inside a frame (or did they just make it a lot easier in CS3?).
    At any rate, this one does every page in the document. Just change "test" and the move amount to your preferences...
    tell application "Adobe InDesign CS3"
    tell active document
    set myObjectStyle to object style "test"
    repeat with i from 1 to count every page
    tell page i
    select (every item of all page items whose applied object style = myObjectStyle)
    end tell
    move selection by {0, "-0p7"}
    end repeat
    end tell
    end tell

  • Need to shift multiple objects across many frames

    I don't know if this is even possible, but what I'd like to
    do is shift multiple objects, in multiple layers, across multiple
    frames. The problem is that I built a complex animation as a movie
    symbol within the root movie. It got so complex, however, that I'd
    like to just go ahead and make it the main timeline for the root
    movie. But when I copy and paste the frames from the symbol back
    out into the root timeline, the location is wrong. Everything is in
    the correct location relative to each other element, but wrong
    relative to the stage. Is there any way to grab everything up in
    all of those layers and frames and just shift it all over to where
    it's supposed to be? Or can I somehow shift the stage under it?
    Thanks in advance.

    Edit Multiple Frames.
    it's in the help docs but also here:
    http://www.biteycastle.com/lessons/emf.htm
    --> Adobe Certified Expert (ACE)
    --> www.mudbubble.com :: www.keyframer.com
    -->
    http://flashmx2004.com/forums/index.php?
    -->
    http://www.macromedia.com/devnet/flash/articles/animation_guide.html
    -->
    http://groups.google.com/advanced_group_search?q=group:*flash*&hl=en&lr=&ie=UTF-8&oe=UTF-8
    thewizzard24 wrote:
    > I don't know if this is even possible, but what I'd like
    to do is shift
    > multiple objects, in multiple layers, across multiple
    frames. The problem is
    > that I built a complex animation as a movie symbol
    within the root movie. It
    > got so complex, however, that I'd like to just go ahead
    and make it the main
    > timeline for the root movie. But when I copy and paste
    the frames from the
    > symbol back out into the root timeline, the location is
    wrong. Everything is in
    > the correct location relative to each other element, but
    wrong relative to the
    > stage. Is there any way to grab everything up in all of
    those layers and frames
    > and just shift it all over to where it's supposed to be?
    Or can I somehow shift
    > the stage under it?
    >
    > Thanks in advance.
    >

  • Gradient Annotator across multiple objects - weirdness

    I have six rectangles in a row. I apply a radial gradient to them as a whole, by dragging the Gradient Tool. According to the documentation for CS4, that's what you do if you want only one Gradient Annotator across multiple objects. Problem is, I can see the Annotator, but not the color stops. If I deselect all, and select only one rectangle, I can see and move the stops, but it only effects the selected shape. Further, if I group the objects, the Annotator doesn't appear at all, and when I UNgroup, I get six Annotators.
    None of these examples behave as I think they should. Yes, I have "Show Gradient Annotator" on in the View menu. I've worked with the Annotator a fair amount, but it's always seemed buggy.
    What I want to do is apply the gradient across multiple objects, as in example 1, then edit it across multiple objects. Is that so hard?

    It is still not actually one gradient and you do see actually the 
    annotator with four elements one for each object but if you change the 
    fills you can see them with the annotator which the originally says 
    they cannot see, which is true unless you hover the cursor or one of 
    the annotator you only have to change the fill in one o change them all
    in a relative manner.
    The compound path method will adjust the gradient by stretching the 
    annotator or actually the gradient and that might be desired on many 
    occasions.
    the only difference between prior versions is that you can adjust the 
    markers at the target object or group and you have more directional 
    control as well even if the annotator is a bit ugly and unwieldy.
    In order to see four annotators one seems to have either unselect the 
    object then select them again and the gradient tool or find some kind 
    of sweet spot to make them show up with the markers as you hover.
    Still no gradient that follows the path and no radar gradient.

  • How do i apply one gradient across multiple live paint objects??

    I need to apply a single gradient acros a number of live paint objects but am finding it annoyingly hard to find a way.  I know that normally, to apply a gradient across multiple objects, you would need to make them all into one compound path but does this apply to live paint groups in any way??  Can what i need to achieve actually be done??
    Thanks for any help given 

    1. With the Live Paint selection tool, shift-select those shapes you want to unify with a gradient.
    2. Fill this (multi-shape) selection with your gradient. Now each shape is filled separately.
    3. With the gradient tool, drag across all of the selected shapes.
    "Annoyingly hard." Is that different than "hard"?

  • Persisting object across forward

    I've got a servlet that creates an object, then does a forward() that calls another servlet. I want that second servlet to be able to see the object the first servlet created. How do I do that?
    I tried using request.setAttribute() but, as the docs say, attributes are cleared between requests. What's the procedure for storing objects that I want to persist over a forward?

    thrice wrote:
    I've got a servlet that creates an object, then does a forward() that calls another servlet. I want that second servlet to be able to see the object the first servlet created. How do I do that?Use HttpServletRequest#setAttribute().
    I tried using request.setAttribute() but, as the docs say, attributes are cleared between requests. What's the procedure for storing objects that I want to persist over a forward?A forward does not create a new request. It reuses the request. You're apparently confusing it with a redirect.

  • Persisting chained objects in CDO(MongoDB store)

    I am trying to persist a large emf model using CDO and mongoDB. As usual, it throws an exception saying the collection is too large. Then I tried to persist in chunks, but the references were lost.
    Ex: My model has a commit -> change -> changeRegion relashionship
    It didn't work when I tried to persist the "commit" object, so I tried to persist changeRegion upfront. But the references of "change" get lost. Actually the transaction model is a bit strange. If I do the same operation, but in a smaller transction section, it persists in separate collections, whereas larger transaction sections leads to bigger, concentrated objects.
    What's the proper way to work?

    Hi Fábio,
    Please note that we don't actively maintain the MongoDBStore due to the lack of resources. More comments below...
    Cheers
    /Eike
    http://www.esc-net.de
    http://thegordian.blogspot.com
    http://twitter.com/eikestepper
    Am 07.08.2015 um 23:50 schrieb Fábio Silva:
    > I am trying to persist a large emf model using CDO and mongoDB. As usual, it throws an exception saying the collection
    > is too large.
    Not that the document in the collection is too large?
    > Then I tried to persist in chunks, but the references were lost. Ex: My model has a commit -> change -> changeRegion
    > relashionship
    That might be a bug in the MongoDBStore. IIRC the logic in there is not too complicated, so you may want to use the
    debugger to investigate your problem further.
    > It didn't work when I tried to persist the "commit" object, so I tried to persist changeRegion upfront. But the
    > references of "change" get lost. Actually the transaction model is a bit strange. If I do the same operation, but in a
    > smaller transction section, it persists in separate collections, whereas larger transaction sections leads to bigger,
    > concentrated objects.
    I don't understand what you mean. Perhaps it helps to be more concrete and describe the problem with an example.
    Because MongoDB itself does not support proper ACID transactions across multiple documents/collections like common SQL
    databases the MongoDBStore persists each CDO commit atomically in a single document. The drawback is that read access is
    implemented as queries over multiple commit documents.

  • Select multiple frames across multiple pages for photos frames

    Hi people!
    How can i select multiple frames across multiple pages? I want my images to fit the frames by one click. I do not want to go through each page one by one . There must be some way to solve this.. or? Cant find a options that can do that so far?
    Useing Adobe Indesin CS6.
    thanks!

    suppien_ wrote:
    How can i select multiple frames across multiple pages?
    You can't.
    You can do it in Find/Change box. Set desired Frame Fitting Options in Object section and run find/change.

Maybe you are looking for

  • N73 defect: cannot delete e-mail messages

    I've noticed a defect in the N73 which I'm able to reproduce reliably. The steps are as follows: - Set up a POP3 account with standard settings (specifically, in Retrieval Settings, specify "E-mail to retrieve: Headers only") - Connect to a POP3 e-ma

  • Exchange 2013 sp1 move databases

    Hello all I am running Exchange 2013 sp1 in a two node DAG. Originally the DAG  had two under powered servers, i built two new more powerful servers added the servers to the DAG, then i moved database copies to the new servers, removed the copies fro

  • F110 - Payment order number not deleted after Feban posting

    Hello, I have problem regarding Payment order deletion. End user creates Bank statement (FF67) using Payment order(F110) number. Then with Feban end user posts document. Normally after Feban posting payment order number disappearing (we can see this

  • Where to get WAS ABAP+J2EE 6.0

    Hi      In the installation guide for XI its written that the pre requisite for XI 3.0 installation is one should have WAS ABAP_J2EE 6.40 installation. Where should I get this software to download. It is possible to use WAS 6.40 J2EE (MAXDB one) only

  • Photoshop File Info

    Everyone, I have been looking into this for several months and I am hoping someone here can point me in the right direction. Background: Photoshop and other photo editing software allows you to create file info about an image, and I am most conerned