C# 클래스 GSF.ServiceProcess.ServiceResponse

상속: ISerializable
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Populates a SerializationInfo with the data needed to serialize the target object.

ServiceResponse ( ) : System

Initializes a new instance of the ServiceResponse class.

ServiceResponse ( string type ) : System

Initializes a new instance of the ServiceResponse class.

ServiceResponse ( string type, string message ) : System

Initializes a new instance of the ServiceResponse class.

보호된 메소드들

메소드 설명
ServiceResponse ( SerializationInfo info, StreamingContext context ) : System

Creates a new ClientRequest from serialization parameters.

메소드 상세

GetObjectData() 공개 메소드

Populates a SerializationInfo with the data needed to serialize the target object.
The caller does not have the required permission.
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo The to populate with data.
context System.Runtime.Serialization.StreamingContext The destination (see ) for this serialization.
리턴 void

ServiceResponse() 공개 메소드

Initializes a new instance of the ServiceResponse class.
public ServiceResponse ( ) : System
리턴 System

ServiceResponse() 보호된 메소드

Creates a new ClientRequest from serialization parameters.
protected ServiceResponse ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The with populated with data.
context System.Runtime.Serialization.StreamingContext The source for this deserialization.
리턴 System

ServiceResponse() 공개 메소드

Initializes a new instance of the ServiceResponse class.
public ServiceResponse ( string type ) : System
type string Type of the in plain text.
리턴 System

ServiceResponse() 공개 메소드

Initializes a new instance of the ServiceResponse class.
public ServiceResponse ( string type, string message ) : System
type string Type of the in plain-text.
message string Message associated with the .
리턴 System