Method | Description | |
---|---|---|
Message ( IPort port, object data ) : System | ||
Message ( IPort port, object data, System.Guid correlationId ) : System | ||
Message ( string portname ) : System | ||
Message ( string portname, System.Guid correlationId ) : System | ||
Message ( string portname, object data ) : System | ||
Message ( string portname, object data, System.Guid correlationId ) : System | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
Extract_string ( string text, int maxLength ) : string |
public Message ( IPort port, object data ) : System | ||
port | IPort | |
data | object | |
return | System |
public Message ( IPort port, object data, System.Guid correlationId ) : System | ||
port | IPort | |
data | object | |
correlationId | System.Guid | |
return | System |
public Message ( string portname, System.Guid correlationId ) : System | ||
portname | string | |
correlationId | System.Guid | |
return | System |
public Message ( string portname, object data ) : System | ||
portname | string | |
data | object | |
return | System |
public Message ( string portname, object data, System.Guid correlationId ) : System | ||
portname | string | |
data | object | |
correlationId | System.Guid | |
return | System |