C# 클래스 WorkerRole.Log

파일 보기 프로젝트 열기: azure-contrib/AzureRunMe

공개 메소드들

메소드 설명
Log ( string connectionString ) : System
WriteEntry ( string eventName, string notes, string label ) : void

메소드 상세

Log() 공개 메소드

public Log ( string connectionString ) : System
connectionString string
리턴 System

WriteEntry() 공개 메소드

public WriteEntry ( string eventName, string notes, string label ) : void
eventName string
notes string
label string
리턴 void