C# 클래스 Platform.StreamStorage.Azure.AzureEventPointer

Not intended to be used outside Platform.Core itself. Maintains a pointer to a specific event within the event store using the metadata of a Windows Azure cloud page blob.
상속: IEventPointer
파일 보기 프로젝트 열기: Lokad/lokad-data-platform 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
OpenReadable ( Microsoft.WindowsAzure.StorageClient.CloudPageBlob blob ) : AzureEventPointer
OpenWriteable ( Microsoft.WindowsAzure.StorageClient.CloudPageBlob blob ) : AzureEventPointer
Read ( ) : long
Write ( long checkpoint ) : void

비공개 메소드들

메소드 설명
AzureEventPointer ( Microsoft.WindowsAzure.StorageClient.CloudPageBlob blob, bool readOnly ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OpenReadable() 공개 정적인 메소드

public static OpenReadable ( Microsoft.WindowsAzure.StorageClient.CloudPageBlob blob ) : AzureEventPointer
blob Microsoft.WindowsAzure.StorageClient.CloudPageBlob
리턴 AzureEventPointer

OpenWriteable() 공개 정적인 메소드

public static OpenWriteable ( Microsoft.WindowsAzure.StorageClient.CloudPageBlob blob ) : AzureEventPointer
blob Microsoft.WindowsAzure.StorageClient.CloudPageBlob
리턴 AzureEventPointer

Read() 공개 메소드

public Read ( ) : long
리턴 long

Write() 공개 메소드

public Write ( long checkpoint ) : void
checkpoint long
리턴 void