iControl.NetworkingiSessionLocalInterface.get_UUID C# (CSharp) Method

get_UUID() private method

private get_UUID ( long wocs ) : iControl.NetworkingUuid_128[]
wocs long
return iControl.NetworkingUuid_128[]
        public NetworkingUuid_128[] get_UUID(
		long [] wocs
	)
        {
            object [] results = this.Invoke("get_UUID", new object [] {
                wocs});
            return ((NetworkingUuid_128 [])(results[0]));
        }