C# Class PRI.ProductivityExtensions.IPGlobalPropertiesExtensions.IPGlobalPropertiesable

Class that contains extension methods that extend IPGlobalProperties
Datei anzeigen Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginGetUnicastAddresses ( this ipglobalproperties, AsyncCallback callback ) : IAsyncResult

Extends BeginGetUnicastAddresses so that when a state object is not needed, null does not need to be passed. ipglobalproperties.BeginGetUnicastAddresses(callback);

Method Details

BeginGetUnicastAddresses() public static method

Extends BeginGetUnicastAddresses so that when a state object is not needed, null does not need to be passed. ipglobalproperties.BeginGetUnicastAddresses(callback);
public static BeginGetUnicastAddresses ( this ipglobalproperties, AsyncCallback callback ) : IAsyncResult
ipglobalproperties this
callback AsyncCallback
return IAsyncResult