C# 클래스 Microsoft.Samples.Synchronization.ClientServices.CacheRequestHandler

Base class that will handle the processing of a CacheRequest
파일 보기 프로젝트 열기: rafek/SyncFx 1 사용 예제들

공개 메소드들

메소드 설명
CreateRequestHandler ( Uri serviceUri, CacheControllerBehavior behaviors ) : CacheRequestHandler

Factory method for creating a cache handler. For labs only Http based implementation is provided.

ProcessCacheRequest ( CacheRequest request ) : object

Method that will contain the actual implementation of the cache request processing.

보호된 메소드들

메소드 설명
CacheRequestHandler ( Uri baseUri, string scopeName ) : System

메소드 상세

CacheRequestHandler() 보호된 메소드

protected CacheRequestHandler ( Uri baseUri, string scopeName ) : System
baseUri System.Uri
scopeName string
리턴 System

CreateRequestHandler() 공개 정적인 메소드

Factory method for creating a cache handler. For labs only Http based implementation is provided.
public static CreateRequestHandler ( Uri serviceUri, CacheControllerBehavior behaviors ) : CacheRequestHandler
serviceUri System.Uri Base Uri to connect to
behaviors CacheControllerBehavior The CacheControllerBehavior object
리턴 CacheRequestHandler

ProcessCacheRequest() 공개 추상적인 메소드

Method that will contain the actual implementation of the cache request processing.
public abstract ProcessCacheRequest ( CacheRequest request ) : object
request CacheRequest CacheRequest object
리턴 object