GlobalBrokeredServiceContainer.IProffered 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
프로퍼링된 서비스 또는 서비스 집합을 추적하는 개체입니다.
protected interface GlobalBrokeredServiceContainer.IProffered : IDisposable, Microsoft.ServiceHub.Framework.IRemoteServiceBroker, Microsoft.ServiceHub.Framework.IServiceBroker
Protected Interface GlobalBrokeredServiceContainer.IProffered
Implements IDisposable, IRemoteServiceBroker, IServiceBroker
- 구현
속성
Monikers |
프로파일링된 서비스에 대한 모니커 집합을 가져옵니다. |
Source |
서비스가 프로퍼링되는 위치에 대한 식별자를 가져옵니다. |
메서드
CancelServiceRequestAsync(Guid) |
클라이언트가 요청된 서비스에 대한 연결을 완료할 수 없거나 완료되지 않을 때 에 대한 이전 호출 RequestServiceChannelAsync(ServiceMoniker, ServiceActivationOptions, CancellationToken) 의 결과로 할당된 리소스를 해제합니다. (다음에서 상속됨 IRemoteServiceBroker) |
GetPipeAsync(ServiceMoniker, ServiceActivationOptions, CancellationToken) |
을 통해 일부 서비스에 대한 액세스를 요청합니다 IDuplexPipe. (다음에서 상속됨 IServiceBroker) |
GetProxyAsync<T>(ServiceRpcDescriptor, ServiceActivationOptions, CancellationToken) |
클라이언트 프록시를 통해 일부 서비스에 대한 액세스를 요청합니다. (다음에서 상속됨 IServiceBroker) |
HandshakeAsync(ServiceBrokerClientMetadata, CancellationToken) |
클라이언트의 기능을 자세히 설명하기 위해 클라이언트를 서버에 소개합니다. (다음에서 상속됨 IRemoteServiceBroker) |
RequestServiceChannelAsync(ServiceMoniker, ServiceActivationOptions, CancellationToken) |
서비스에 대한 파이프를 가져옵니다. (다음에서 상속됨 IRemoteServiceBroker) |
이벤트
AvailabilityChanged |
마지막 AvailabilityChanged 이벤트가 가용성을 변경했을 수 있으므로 이전에 에 대해 쿼리한 서비스가 발생할 수 있습니다. (다음에서 상속됨 IServiceBroker) |
확장 메서드
GetPipeAsync(IServiceBroker, ServiceMoniker, CancellationToken) |
을 통해 일부 서비스에 대한 액세스를 요청합니다 IDuplexPipe. |
GetProxyAsync<T>(IServiceBroker, ServiceJsonRpcDescriptor<T>, CancellationToken) |
클라이언트 프록시를 통해 일부 서비스에 대한 액세스를 요청합니다. |
GetProxyAsync<T>(IServiceBroker, ServiceRpcDescriptor, CancellationToken) |
클라이언트 프록시를 통해 일부 서비스에 대한 액세스를 요청합니다. |
CompareLocalToRemoteVersionAsync(IServiceBroker, ServiceMoniker, CancellationToken) |
로컬로 인식된 서비스를 동일한 서비스에 대해 원격으로 사용할 수 있는 서비스와 비교합니다. |
ReportMissingServiceAsync(IServiceBroker, String, String, ServiceMoniker, Guid, UInt32, CancellationToken) |
기능이 비활성화되거나 기능이 축소된 상태로 작동하는 이유를 설명하는 모덜리스 UI를 사용자에게 제공합니다. |