C# 클래스 Akka.Actor.SelectChildPattern

Class SelectChildPattern.
상속: SelectionPathElement
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
SelectChildPattern ( string patternStr ) : System

Initializes a new instance of the SelectChildPattern class.

ToString ( ) : string

Returns a System.String that represents this instance.

메소드 상세

SelectChildPattern() 공개 메소드

Initializes a new instance of the SelectChildPattern class.
public SelectChildPattern ( string patternStr ) : System
patternStr string The pattern string.
리턴 System

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string