LiveDnsCore.CreateZoneAsync Method (String, Object)
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub CreateZoneAsync ( _
zoneName As String, _
userState As Object _
)
public void CreateZoneAsync(
string zoneName,
Object userState
)
public:
void CreateZoneAsync(
String^ zoneName,
Object^ userState
)
member CreateZoneAsync :
zoneName:string *
userState:Object -> unit
public function CreateZoneAsync(
zoneName : String,
userState : Object
)
Parameters
- zoneName
Type: System.String
- userState
Type: System.Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.