locked
ISequentialStream - thread safety RRS feed

  • Question

  • Hi!

    Could someone answer my question, please?

    Should the implementation of ISequentialStream component be thread safe?

    (question about semantics)

    I need to load a memory block into XMLLite, but I do not know,

    which class should implement such safety?


    Włodzimierz O. Kubera

    Saturday, November 30, 2013 9:26 PM

Answers

  • Hi JujiPL,

    Welcome here!

    You need to build a class to implement ISequentialStream if you want to use it.

    Just use it as a normal dll file as you like.

    Note: You must not use it as the type of data if the function or interface will interactive with other dll or UI. Because it is not a WinRT type. And if you use it without c++, maybe system.xml is more suitable than it.

    Regards!


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

    Monday, December 2, 2013 6:59 AM
    Moderator