English 中文(简体)
• 如何从本联合会的东道方获得服务?
原标题:How to access the service instance from host object in WCF?

我试图为某种特别的妇联服务提供条件。 我已设法推出这一方法,并把它称为自己的网络方法,作为其他一些gu。

我面临的问题是个案管理。 我制定了<条码>[服务公司(InstanceContextMode = ExContextMode.Single)],因此,它现在有一个全球性的案例,所有客户都拥有同样的财产。

但是,除此以外,我还需要在听取客户(同样是官僚机构)提出的要求时,呼吁提供其他此类服务。

While 我注意到,Host的建筑商打电话给服务班的建筑商。 因此,我假定,它能够接触到这一类的全球案例,我需要找到一种办法,来寻找这种方法。

请不要问我吸烟的情况,我只得把它当作临时工作。

问题回答

暂无回答




相关问题
WCF DataMember Serializing questions

Ok, so I was part way through the long winded process of creating DTOs for sending my model over the wire and I don t feel like I m going down the right route. My issue is that most of the entities ...

Access WCF service on same server

I have a .NET website with a WCF service. How do I access the current operations context of my service? One possible work around is to just make a call to the service within the app...but that seems ...

WCF binding error

So I got into work early today and got the latest from source control. When I try to launch our ASP.NET application, I get this exception: "The binding at system.serviceModel/bindings/wsHttpBinding ...

The service operation requires a transaction to be flowed

I am facing strange issue with our WCF service. The same code was working fine until recently we added more OperationContracts(Web Methods). We have common 3 tier architecture. DAL (WCF) BLL Web ...

热门标签