[This is preliminary documentation and is subject to change.]
Constructor.
Use this constructor to create a new presentation context instance that is to be used in an A-ASSOCIATE-AC.
| C# | Visual Basic | Visual C++ |
public PresentationContext( string abstractSyntax, int result, string transferSyntax )
Public Sub New ( _ abstractSyntax As String, _ result As Integer, _ transferSyntax As String _ )
public: PresentationContext( String^ abstractSyntax, int result, String^ transferSyntax )
- abstractSyntax (String)
- The abstract syntax.
- result (Int32)
- The result.
- transferSyntax (String)
- The transfer syntax. May be empty when result is unequal to 0.