C# 클래스 Profiles.DIRECT.Modules.DirectSearch.AsyncProcessing

파일 보기 프로젝트 열기: ProfilesRNS/ProfilesRNS 1 사용 예제들

공개 메소드들

메소드 설명
AsyncProcessing ( ) : System
BeginProcessRequest ( Site site ) : void
EndProcessRequest ( IAsyncResult result ) : void
GetXMLText ( XmlElement tempXML, string tempPath ) : string

비공개 메소드들

메소드 설명
CRLF ( string temp ) : string
ch ( string temp ) : string
cs ( string temp ) : string
cx ( string temp ) : string

메소드 상세

AsyncProcessing() 공개 메소드

public AsyncProcessing ( ) : System
리턴 System

BeginProcessRequest() 공개 메소드

public BeginProcessRequest ( Site site ) : void
site Site
리턴 void

EndProcessRequest() 공개 메소드

public EndProcessRequest ( IAsyncResult result ) : void
result IAsyncResult
리턴 void

GetXMLText() 공개 메소드

public GetXMLText ( XmlElement tempXML, string tempPath ) : string
tempXML System.Xml.XmlElement
tempPath string
리턴 string