RtnPgmCall Structure

<< Click to Display Table of Contents >>

Navigation:  SshNetIbmi Class > SshNetIbmi Structures >

RtnPgmCall Structure

Summary

This is the program call return structure. This parameter structure is needed when returning parameters from an IBM i program call.

 

Note: This structure not currently used because we return parameters in a resultset as a DataTable

 

/// <summary>

///  Program call return structure

///  </summary>

///  <remarks></remarks>

public struct RtnPgmCall

{

    public bool success;

    public PgmParmList[] parms;

}