コード例 #1
0
ファイル: Reference.cs プロジェクト: zz110/Examples
 public System.Guid GetServiceInfo(out string ServiceImplementationTypeName)
 {
     MvcExample.HostFactoryService.GetServiceInfoRequest  inValue = new MvcExample.HostFactoryService.GetServiceInfoRequest();
     MvcExample.HostFactoryService.GetServiceInfoResponse retVal  = ((MvcExample.HostFactoryService.IService)(this)).GetServiceInfo(inValue);
     ServiceImplementationTypeName = retVal.ServiceImplementationTypeName;
     return(retVal.DependencyInstanceId);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: zz110/Examples
 public System.Threading.Tasks.Task <MvcExample.HostFactoryService.GetServiceInfoResponse> GetServiceInfoAsync(MvcExample.HostFactoryService.GetServiceInfoRequest request)
 {
     return(base.Channel.GetServiceInfoAsync(request));
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: zz110/Examples
 MvcExample.HostFactoryService.GetServiceInfoResponse MvcExample.HostFactoryService.IService.GetServiceInfo(MvcExample.HostFactoryService.GetServiceInfoRequest request)
 {
     return(base.Channel.GetServiceInfo(request));
 }