Delegate GetPropertyDelegate
  
  
  
  
  Assembly: EPiServer.dll
  Version: 7.19.2
  Syntax
  
    public delegate PropertyData GetPropertyDelegate(string name, PropertyDataCollection properties);
   
  Parameters
  
  Returns
  
  
  
  Constructors
  
  
  
  
  GetPropertyDelegate(Object, IntPtr)
  
  
  Declaration
  
    public GetPropertyDelegate(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | object |  | 
      
        | System.IntPtr | method |  | 
    
  
  Methods
  
  
  
  
  BeginInvoke(String, PropertyDataCollection, AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(string name, PropertyDataCollection properties, AsyncCallback callback, object object)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | name |  | 
      
        | PropertyDataCollection | properties |  | 
      
        | System.AsyncCallback | callback |  | 
      
        | System.Object | object |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.IAsyncResult |  | 
    
  
  
  
  
  EndInvoke(IAsyncResult)
  
  
  Declaration
  
    public virtual PropertyData EndInvoke(IAsyncResult result)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.IAsyncResult | result |  | 
    
  
  Returns
  
  
  
  
  Invoke(String, PropertyDataCollection)
  
  
  Declaration
  
    public virtual PropertyData Invoke(string name, PropertyDataCollection properties)
   
  Parameters
  
  Returns
  
  Extension Methods