Description of the type plus any bounds of action arguments plus properties. Only intended for use by auto-generated proxies and providers.
Each action owns 0..n parameters; each property owns exactly 1.
Ejemplo n.º 1
0
 /// <summary>
 /// Add an output parameter
 /// </summary>
 /// <param name="aParameter">Output parameter.  Ownership is passed to the action</param>
 public void AddOutputParameter(Parameter aParameter)
 {
     iOutputParameters.Add(aParameter);
     ServiceActionAddOutputParameter(iHandle, aParameter.Handle());
 }